Skip to content

Commit

Permalink
Adjusting footer bar to stretch across the full width. #1532
Browse files Browse the repository at this point in the history
  • Loading branch information
jmathai committed Aug 23, 2014
1 parent 1b10ee1 commit ce302ec
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -4,6 +4,11 @@
background-color:@color_footer_background;
margin:30px 0 0 0;
padding:30px 0;
@media only screen and (max-device-width : 480px) {
position:absolute;
left:0;
padding-left:30px;
}
color:@color_footer_font;
font-size:85%;
a {
Expand Down

0 comments on commit ce302ec

Please sign in to comment.