0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00

padding twerk

This commit is contained in:
Mark Otto 2013-01-17 00:24:18 -08:00
parent 33864b4a3d
commit a8a60e94e3

View File

@ -445,7 +445,7 @@ section > ul li {
} }
/* Tweak display of docs jumbotrons */ /* Tweak display of docs jumbotrons */
.bs-docs-jumbotron { .masthead {
padding-top: 100px; padding-top: 100px;
padding-bottom: 100px; padding-bottom: 100px;
} }
@ -458,6 +458,8 @@ section > ul li {
margin-right: 10%; margin-right: 10%;
} }
.subhead { .subhead {
padding-top: 60px;
padding-bottom: 60px;
text-align: left; text-align: left;
} }