fix docs horizontal scroll on tablet viewports

This commit is contained in:
Mark Otto 2012-08-27 20:32:42 -07:00
parent 303a33f15c
commit 17d8c78e52
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ form.bs-docs-example {
/* Tablet
------------------------- */
@media (max-width: 768px) {
@media (max-width: 767px) {
/* Remove any padding from the body */
body {
padding-top: 0;