diff --git a/docs/examples/non-responsive/non-responsive.css b/docs/examples/non-responsive/non-responsive.css index b0e1920b4e..c36e82e381 100644 --- a/docs/examples/non-responsive/non-responsive.css +++ b/docs/examples/non-responsive/non-responsive.css @@ -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;