This commit is contained in:
Taylor Otwell 2014-11-25 14:37:52 -06:00
parent e4c8025b46
commit ff08741f69
2 changed files with 3 additions and 1 deletions

View File

@ -4625,7 +4625,8 @@ #welcome .jumbotron {
#welcome .jumbotron__header, .jumbotron h1 {
font-weight: bold;
color: white;
margin-top: 0; }
margin-top: 0;
margin-bottom: 30px; }
#welcome .jumbotron__body {
max-width: 80%;

View File

@ -9,6 +9,7 @@
font-weight: bold;
color: white;
margin-top: 0;
margin-bottom: 30px;
}
#welcome .jumbotron__body {