From 7a50a2cbe84e897ad427afdf63e12acbd75f4f8c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Aug 2015 21:17:27 -0700 Subject: introduce display heading classes --- docs/dist/css/bootstrap-flex.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs/dist/css/bootstrap-flex.css') diff --git a/docs/dist/css/bootstrap-flex.css b/docs/dist/css/bootstrap-flex.css index 18b6afcd0..3fd05e4a4 100644 --- a/docs/dist/css/bootstrap-flex.css +++ b/docs/dist/css/bootstrap-flex.css @@ -560,6 +560,26 @@ h6, .h6 { font-weight: 300; } +.display-1 { + font-size: 3.5rem; + font-weight: 300; +} + +.display-2 { + font-size: 4.5rem; + font-weight: 300; +} + +.display-3 { + font-size: 5.5rem; + font-weight: 300; +} + +.display-4 { + font-size: 6rem; + font-weight: 300; +} + hr { margin-top: 1rem; margin-bottom: 1rem; -- cgit v1.2.3