From 88e55f41d2dab4c7b1c6ad8f3ba54dc70b9fafb1 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 4 Aug 2016 15:50:11 -0500 Subject: [PATCH] Revert "Removes padding on html/body to kill the scrollbar" --- resources/views/welcome.blade.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 393bf95aba2..367b299296a 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: 0; + padding: 10px; } .full-height { @@ -48,7 +48,6 @@ .title { font-size: 84px; - margin-bottom: 30px; } .links > a { @@ -60,6 +59,10 @@ text-decoration: none; text-transform: uppercase; } + + .m-b-md { + margin-bottom: 30px; + } @@ -72,7 +75,7 @@ @endif
-
+
Laravel