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:
parent
5193f9f607
commit
64579505d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user