diff --git a/resources/scss/main.scss b/resources/scss/main.scss index b10e428..2c889b9 100644 --- a/resources/scss/main.scss +++ b/resources/scss/main.scss @@ -75,6 +75,12 @@ nav h1 { display: inline-block; } +nav.info-page h1 { + margin: 4px 0 10px 6px; + display: inline-block; + color: vars.getColor('brand-orange'); +} + .formal-font { font-family: "FreeSans"; } @@ -642,3 +648,18 @@ div.register-area.active { } } +.info-heading { + margin-top: 3em; + margin-left: auto; + margin-right: auto; + max-width: 35em; + padding: 3em; + height: 30em; + button { + display: block; + margin: 3em auto; + width: 6em; + @include vars.special-button("light-green", "dark-green"); + } +} + diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 4ecddb8..ef9e91a 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -1,10 +1,11 @@ @extends('master') @section('title', 'Home') +@section('heading-style', 'Home') @section('head-metas') @parent - + @endsection @section('content') diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index 6b9aea2..2a0583f 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -11,7 +11,7 @@
-