Skip to content

Commit

Permalink
Eradicate mobile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Jul 13, 2015
1 parent 8a77cd5 commit e6fcdf9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ header.top p.twitter {
margin-top: -3em;
}

@media (max-width: 28.75em) {
header.top p.twitter {
float: none;
margin-top: 0;
}
}

.wrap {
padding: 2% 10%;
max-width: 48em;
Expand Down

0 comments on commit e6fcdf9

Please sign in to comment.