Browse Source

Removes padding on html/body to kill the scrollbar and top right links fixes

vijay kumar 7 years ago
parent
commit
4c271f0f4b
1 changed files with 2 additions and 3 deletions
  1. 2 3
      resources/views/welcome.blade.php

+ 2 - 3
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 {