Skip to content

Commit

Permalink
footer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
briankelleher committed Apr 27, 2016
1 parent e9c5f0d commit 21bff86
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ $footer-link-color: $white;
footer {
border-top: 1px solid $light-grey;
background-color: $grey;
position: absolute;
bottom: 0;
left: 0;
right: 0;

.footer-links {
&:first-child {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
section#content {
margin-top:$header-height;
}

#page {
min-height: 100%;
}
9 changes: 8 additions & 1 deletion www/wp-content/themes/ation2016/static/styles/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -5899,6 +5899,9 @@ header {
section#content {
margin-top: 100px; }

#page {
min-height: 100%; }

html, body {
height: 100%; }

Expand Down Expand Up @@ -6004,7 +6007,11 @@ html, body {

footer {
border-top: 1px solid #eeeeee;
background-color: #a8a8a8; }
background-color: #a8a8a8;
position: absolute;
bottom: 0;
left: 0;
right: 0; }
footer .footer-links:first-child ul {
float: left; }
footer .footer-links ul {
Expand Down
2 changes: 1 addition & 1 deletion www/wp-content/themes/ation2016/static/styles/site.min.css

Large diffs are not rendered by default.

0 comments on commit 21bff86

Please sign in to comment.