aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-09 21:17:27 -0700
committerMark Otto <[email protected]>2015-08-09 21:17:27 -0700
commit7a50a2cbe84e897ad427afdf63e12acbd75f4f8c (patch)
tree47e789cd3b8bae840cb38cb1583381bcea0065e7 /dist/css/bootstrap.css
parent44fe355ec252f0040fea9544600c15b7da431294 (diff)
downloadbootstrap-7a50a2cbe84e897ad427afdf63e12acbd75f4f8c.tar.xz
bootstrap-7a50a2cbe84e897ad427afdf63e12acbd75f4f8c.zip
introduce display heading classes
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index ed6a023d4..dd5d9e258 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.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;