Spacing.
This commit is contained in:
parent
e4c8025b46
commit
ff08741f69
|
@ -4625,7 +4625,8 @@ #welcome .jumbotron {
|
||||||
#welcome .jumbotron__header, .jumbotron h1 {
|
#welcome .jumbotron__header, .jumbotron h1 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: white;
|
color: white;
|
||||||
margin-top: 0; }
|
margin-top: 0;
|
||||||
|
margin-bottom: 30px; }
|
||||||
|
|
||||||
#welcome .jumbotron__body {
|
#welcome .jumbotron__body {
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: white;
|
color: white;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#welcome .jumbotron__body {
|
#welcome .jumbotron__body {
|
||||||
|
|
Loading…
Reference in New Issue