2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

more rem fixes for examples

This commit is contained in:
Mark Otto
2014-12-04 14:02:38 -08:00
parent 0d7115928b
commit 908f776c08
3 changed files with 33 additions and 43 deletions
@@ -60,7 +60,7 @@ body {
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
@media screen and (min-width: 48em) {
/* Remove the padding we set earlier */
.header,
.marketing,