diff --git a/resources/views/frontend/index.blade.php b/resources/views/frontend/index.blade.php index 6651672c..9cfb9e7e 100755 --- a/resources/views/frontend/index.blade.php +++ b/resources/views/frontend/index.blade.php @@ -25,34 +25,12 @@ margin: 0; } - .full-height { - height: 100vh; - } - .flex-center { align-items: center; display: flex; justify-content: center; } - .position-ref { - position: relative; - } - - .top-right { - position: absolute; - right: 10px; - top: 18px; - } - - .content { - text-align: center; - } - - .title { - font-size: 84px; - } - .links>a { color: #636b6f; padding: 0 25px; @@ -63,28 +41,20 @@ text-transform: uppercase; } - .m-b-md { - margin-bottom: 30px; - } - - body { - font-family: Arial; - } - - * { + /* * { box-sizing: border-box; - } + } */ @stack('after-styles') - + @include('includes.partials.read-only') @include('includes.partials.logged-in-as') @include('includes.partials.announcements') -
-