Fixed css

This commit is contained in:
frederikpyt 2020-08-05 08:45:29 +02:00
parent d5004405bc
commit d4e439a39b
3 changed files with 5 additions and 3 deletions

View File

@ -6599,8 +6599,9 @@ header {
.brand { .brand {
width: calc(15% - 2rem); width: calc(15% - 2rem);
padding: 0 1rem 0 1rem; padding: 0.5rem 1rem;
min-width: calc(194px - 2rem); min-width: calc(194px - 2rem);
height: calc(100% - 1rem);
} }
main { main {

View File

@ -4,8 +4,9 @@ header {
.brand { .brand {
width: calc(15% - 2rem); width: calc(15% - 2rem);
padding: 0 1rem 0 1rem; padding: 0.5rem 1rem;
min-width: calc(194px - 2rem); min-width: calc(194px - 2rem);
height: calc(100% - 1rem);
} }
main { main {

View File

@ -1,6 +1,6 @@
@section("header") @section("header")
<header class="row align-items-center" style="background-color: #00788a;"> <header class="row align-items-center" style="background-color: #00788a;">
<img src="{{ URL::asset('/images/logos/Logo-hvid.svg') }}" class="h-100 brand" alt="Syddansk Erhvervsskole"> <img src="{{ URL::asset('/images/logos/Logo-hvid.svg') }}" class="brand" alt="Syddansk Erhvervsskole">
@auth @auth
<a href="{{ route("users.account") }}" class="btn btn-dark text-white m-0 ml-auto">Bruger: {{ ucfirst(Auth::user()->name_first) }} {{ ucfirst(Auth::user()->name_last) }}</a> <a href="{{ route("users.account") }}" class="btn btn-dark text-white m-0 ml-auto">Bruger: {{ ucfirst(Auth::user()->name_first) }} {{ ucfirst(Auth::user()->name_last) }}</a>