0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

change up the padding on bs-docs-header container to alleviate #13682

This commit is contained in:
Mark Otto 2014-06-08 23:09:06 -07:00
parent 8d9ef8f0a1
commit 1309085d57
2 changed files with 3 additions and 4 deletions

View File

@ -272,8 +272,7 @@ body {
@media (min-width: 768px) { @media (min-width: 768px) {
.bs-docs-masthead { .bs-docs-masthead {
padding-top: 80px; padding: 80px 0;
padding-bottom: 80px;
} }
.bs-docs-masthead h1 { .bs-docs-masthead h1 {
font-size: 60px; font-size: 60px;

File diff suppressed because one or more lines are too long