mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 16:50:23 +00:00
Fixes #12916: Don't let .lead resize on viewport change
This commit is contained in:
parent
5193f9f607
commit
64579505d2
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue