Taylor Otwell 7 years ago
parent
commit
89a43434e7
1 changed files with 5 additions and 2 deletions
  1. 5 2
      resources/views/welcome.blade.php

+ 5 - 2
resources/views/welcome.blade.php

@@ -47,7 +47,6 @@
 
             .title {
                 font-size: 84px;
-                margin-bottom: 30px;
             }
 
             .links > a {
@@ -59,6 +58,10 @@
                 text-decoration: none;
                 text-transform: uppercase;
             }
+
+            .m-b-md {
+                margin-bottom: 30px;
+            }
         </style>
     </head>
     <body>
@@ -71,7 +74,7 @@
             @endif
 
             <div class="content">
-                <div class="title">
+                <div class="title m-b-md">
                     Laravel
                 </div>