]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #12916: Don't let .lead resize on viewport change
authorMark Otto <otto@github.com>
Tue, 4 Mar 2014 21:52:13 +0000 (13:52 -0800)
committerMark Otto <otto@github.com>
Tue, 4 Mar 2014 21:52:13 +0000 (13:52 -0800)
docs/examples/non-responsive/non-responsive.css

index b0e1920b4eae030a7289417489cd922c283856b9..c36e82e381eb6409a2592357db082ba22e640b63 100644 (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;