0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Fixes #12916: Don't let .lead resize on viewport change

This commit is contained in:
Mark Otto 2014-03-04 13:52:13 -08:00
parent 5193f9f607
commit 64579505d2

View File

@ -11,6 +11,11 @@ body {
padding-bottom: 30px;
}
/* Don't let the lead text change font-size. */
.lead {
font-size: 16px;
}
/* Finesse the page header spacing */
.page-header {
margin-bottom: 30px;