Skip to content

Commit

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

.footer-links {
&:first-child {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $work-bar-box-shadow: 0px 4px 15px 0px $work-bar-box-shadow-color;

.work-grid {
z-index: -1;
margin-bottom: 50px;
padding-bottom: 50px;
.blocks {
.block {
@extend .col-xs-6;
Expand Down
8 changes: 6 additions & 2 deletions www/wp-content/themes/ation2016/static/styles/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -5942,7 +5942,7 @@ html, body {

.work-grid {
z-index: -1;
margin-bottom: 50px; }
padding-bottom: 50px; }
.work-grid .blocks .block {
margin-bottom: 10px; }

Expand Down Expand Up @@ -6007,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 e2c3924

Please sign in to comment.