+
Laravel
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index c062c245..40f1c65c 100644 --- a/resources/views/welcome.blade.php +++ b/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; + }
@@ -71,7 +74,7 @@ @endif