Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/scss/_masthead.scss')
-rw-r--r--docs/assets/scss/_masthead.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/scss/_masthead.scss b/docs/assets/scss/_masthead.scss
index a0dfe09e17..a73f54716b 100644
--- a/docs/assets/scss/_masthead.scss
+++ b/docs/assets/scss/_masthead.scss
@@ -1,6 +1,6 @@
.bd-masthead {
position: relative;
- padding: ($grid-gutter-width / 2);
+ padding: 3rem ($grid-gutter-width / 2) 2rem;
color: $bd-purple-light;
text-align: center;
background: -webkit-linear-gradient(135deg, darken($bd-purple, 20%), $bd-purple, lighten(saturate($bd-purple, 5%), 15%));
@@ -21,7 +21,7 @@
margin-left: auto;
margin-right: auto;
margin-bottom: 2rem;
- font-size: 1rem;
+ font-size: 1.25rem;
color: #fff;
}