From 4c271f0f4bfc297a52976af4cb48f584e21e3acf Mon Sep 17 00:00:00 2001 From: vijay kumar Date: Fri, 5 Aug 2016 02:33:06 +0530 Subject: [PATCH] Removes padding on html/body to kill the scrollbar and top right links fixes --- resources/views/welcome.blade.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 9d8b48cf..f4c18a63 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -19,7 +19,6 @@ font-weight: 100; height: 100vh; margin: 0; - padding: 10px; } .full-height { @@ -38,8 +37,8 @@ .top-right { position: absolute; - right: 0; - top: 0; + right: 10px; + top: 10px; } .content {