about summary refs log tree commit diff
path: root/laravel/resources/views/main.blade.php
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-12-26 13:49:17 -0500
committerZach DeCook <zachdecook@gmail.com>2018-12-26 13:49:17 -0500
commit4a76e3a6d8d963b5c9ac9cffd11c065dea478011 (patch)
tree3c4914fac9fa712ec6d341d4fe97c5d7e2aae347 /laravel/resources/views/main.blade.php
parent1f8b8c8f1892a5514f6929561e1fabd23ffc830b (diff)
downloadprosongsa-4a76e3a6d8d963b5c9ac9cffd11c065dea478011.tar.gz
* Views: Add margin, main text
Diffstat (limited to 'laravel/resources/views/main.blade.php')
-rw-r--r--laravel/resources/views/main.blade.php19
1 files changed, 2 insertions, 17 deletions
diff --git a/laravel/resources/views/main.blade.php b/laravel/resources/views/main.blade.php
index 59cfcf6..303327c 100644
--- a/laravel/resources/views/main.blade.php
+++ b/laravel/resources/views/main.blade.php
@@ -16,18 +16,7 @@
                 color: #636b6f;
                 font-family: 'Nunito', sans-serif;
                 font-weight: 200;
-                height: 100vh;
-                margin: 0;
-            }
-
-            .flex-center {
-                align-items: center;
-                display: flex;
-                justify-content: center;
-            }
-
-            .position-ref {
-                position: relative;
+                margin: 8px;
             }
 
             .top-right {
@@ -35,14 +24,10 @@
                 right: 10px;
                 top: 18px;
             }
-
-            .title {
-                font-size: 84px;
-            }
         </style>
     </head>
     <body>
-        <div class="flex-center position-ref full-height">
+        <div>
             @if (Route::has('login'))
                 <div class="top-right links">
                     @auth