1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00

Eradicate mobile bug

This commit is contained in:
Simon Holywell 2015-07-13 12:14:17 +01:00
parent 8a77cd5953
commit e6fcdf95c9

View file

@ -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;