Commit 17d8c78e authored by Mark Otto's avatar Mark Otto

fix docs horizontal scroll on tablet viewports

parent 303a33f1
...@@ -887,7 +887,7 @@ form.bs-docs-example { ...@@ -887,7 +887,7 @@ form.bs-docs-example {
/* Tablet /* Tablet
------------------------- */ ------------------------- */
@media (max-width: 768px) { @media (max-width: 767px) {
/* Remove any padding from the body */ /* Remove any padding from the body */
body { body {
padding-top: 0; padding-top: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment