Taylor Otwell 10 years ago
parent
commit
ff08741f69
2 changed files with 3 additions and 1 deletions
  1. 2 1
      public/css/app.css
  2. 1 0
      resources/assets/sass/pages/_welcome.scss

+ 2 - 1
public/css/app.css

@@ -4625,7 +4625,8 @@ button.close {
 #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%;

+ 1 - 0
resources/assets/sass/pages/_welcome.scss

@@ -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 {