Backend for songs.zachdecook.com
Diffstat (limited to 'laravel/resources/views/main.blade.php')
| -rw-r--r-- | laravel/resources/views/main.blade.php | 19 |
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 |