aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-22 18:32:18 -0700
committerMark Otto <[email protected]>2015-08-22 18:32:18 -0700
commit912637f0d0bf00f87d671d84c7cb6e5ec9051a5c (patch)
treeee046ab69aab41cb503cc692c49533ba55e0a006 /docs/assets/scss
parent6e5e9225fdc3475067f9465297a41b4c6a47b7d4 (diff)
downloadbootstrap-912637f0d0bf00f87d671d84c7cb6e5ec9051a5c.tar.xz
bootstrap-912637f0d0bf00f87d671d84c7cb6e5ec9051a5c.zip
homepage docs callout
Diffstat (limited to 'docs/assets/scss')
-rw-r--r--docs/assets/scss/_featurettes.scss15
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/assets/scss/_featurettes.scss b/docs/assets/scss/_featurettes.scss
index 0198cdb6c..840961b8d 100644
--- a/docs/assets/scss/_featurettes.scss
+++ b/docs/assets/scss/_featurettes.scss
@@ -12,6 +12,14 @@
text-align: left;
}
+ .lead {
+ margin-right: auto;
+ margin-bottom: 2rem;
+ margin-left: auto;
+ font-size: 1rem;
+ text-align: center;
+ }
+
@include media-breakpoint-up(sm) {
text-align: left;
}
@@ -31,12 +39,9 @@
font-size: 2rem;
font-weight: normal;
color: #333;
-
- + .lead {
- font-size: 1rem;
- margin-bottom: 2rem;
- }
+ text-align: center;
}
+
.half-rule {
width: 6rem;
margin: 2.5rem auto;