Browse Source

Tweak spacing a hair.

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

+ 3 - 0
public/css/app.css

@@ -4635,6 +4635,9 @@ button.close {
 #welcome .jumbotron__header, .jumbotron h1 {
   font-weight: lighter; }
 
+#welcome h2 {
+  margin-bottom: 20px; }
+
 #welcome .steps {
   max-width: 80%;
   padding-left: 0;

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

@@ -21,6 +21,10 @@
     font-weight: lighter;
 }
 
+#welcome h2 {
+    margin-bottom: 20px;
+}
+
 #welcome .steps {
     max-width: 80%;
     padding-left: 0;