Skip to content

Commit

Permalink
Merge pull request #274 from alphagov/bugfix-ogl-logo-small-screen-pa…
Browse files Browse the repository at this point in the history
…dding

Remove padding-left from OGL in footer at small sizes
  • Loading branch information
tombye committed Jul 9, 2013
2 parents 7828658 + 682770b commit 1bd0e2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@
position: relative;
padding-left: 53px;

@include media-down(mobile) {
padding-left: 0;
}

h2 {
position: absolute;
left: 0;
Expand Down

0 comments on commit 1bd0e2c

Please sign in to comment.