From 66946dcf3c503fdcb975809d28df69c4f4f09787 Mon Sep 17 00:00:00 2001 From: Jack McDade Date: Wed, 3 Aug 2016 10:07:31 -0400 Subject: [PATCH] Removes padding on html/body to kill the scrollbar --- resources/views/welcome.blade.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 367b2992..393bf95a 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -19,7 +19,7 @@ font-weight: 100; height: 100vh; margin: 0; - padding: 10px; + padding: 0; } .full-height { @@ -48,6 +48,7 @@ .title { font-size: 84px; + margin-bottom: 30px; } .links > a { @@ -59,10 +60,6 @@ text-decoration: none; text-transform: uppercase; } - - .m-b-md { - margin-bottom: 30px; - } @@ -75,7 +72,7 @@ @endif
-
+
Laravel