diff options
| author | Mark Otto <[email protected]> | 2012-08-27 20:32:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-27 20:32:42 -0700 |
| commit | 17d8c78e520c3207765d4c077336a589cf64a698 (patch) | |
| tree | 1a1ea5b32a1f6e54bbe9b4f91f78ce92c7906afe /docs | |
| parent | 303a33f15c9cc61fe7fa0e8c998d79c8105f0f5f (diff) | |
| download | bootstrap-17d8c78e520c3207765d4c077336a589cf64a698.tar.xz bootstrap-17d8c78e520c3207765d4c077336a589cf64a698.zip | |
fix docs horizontal scroll on tablet viewports
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index d52d6cd1c..679322562 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -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; |
