diff options
| author | Mark Otto <[email protected]> | 2014-06-08 23:09:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-08 23:09:06 -0700 |
| commit | 1309085d57ca75ac123007e11f4bd9b819220fe0 (patch) | |
| tree | f29021c4b2b4ac874687a07faea07f4695e12a5d /docs/assets/css/_src/docs.css | |
| parent | 8d9ef8f0a14c7bf95a3d7aa2eb7d15e42a2c9f38 (diff) | |
| download | bootstrap-1309085d57ca75ac123007e11f4bd9b819220fe0.tar.xz bootstrap-1309085d57ca75ac123007e11f4bd9b819220fe0.zip | |
change up the padding on bs-docs-header container to alleviate #13682
Diffstat (limited to 'docs/assets/css/_src/docs.css')
| -rw-r--r-- | docs/assets/css/_src/docs.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/assets/css/_src/docs.css b/docs/assets/css/_src/docs.css index b19861ecf..577612def 100644 --- a/docs/assets/css/_src/docs.css +++ b/docs/assets/css/_src/docs.css @@ -239,7 +239,7 @@ body { background-repeat: repeat-x; } - /* Masthead (headings and download button) */ +/* Masthead (headings and download button) */ .bs-docs-masthead .bs-docs-booticon { margin: 0 auto 30px; } @@ -272,8 +272,7 @@ body { @media (min-width: 768px) { .bs-docs-masthead { - padding-top: 80px; - padding-bottom: 80px; + padding: 80px 0; } .bs-docs-masthead h1 { font-size: 60px; |
