Browse Source

Fix spacing a bit.

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

+ 1 - 1
public/css/app.css

@@ -4626,7 +4626,7 @@ button.close {
   font-weight: bold;
   color: white;
   margin-top: 0;
-  margin-bottom: 30px; }
+  margin-bottom: 25px; }
 
 #welcome .jumbotron__body {
   max-width: 80%;

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

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