From 4a76e3a6d8d963b5c9ac9cffd11c065dea478011 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 26 Dec 2018 13:49:17 -0500 Subject: * Views: Add margin, main text --- laravel/resources/views/main.blade.php | 19 ++----------------- laravel/resources/views/song.blade.php | 3 +++ laravel/resources/views/welcome.blade.php | 4 ++-- 3 files changed, 7 insertions(+), 19 deletions(-) (limited to 'laravel/resources') 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; - } -
+
@if (Route::has('login'))