Fixed Layout

This commit is contained in:
Anders 2020-08-05 10:27:07 +02:00
parent 02b6684030
commit c347e618fa
5 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -6,7 +6,7 @@
<link type="text/css" rel="stylesheet" href="{{ mix("/css/webapp.css") }}"> <link type="text/css" rel="stylesheet" href="{{ mix("/css/webapp.css") }}">
</head> </head>
<body> <body>
<header class="row align-items-center"> <header class="row align-items-center" id="header">
<img class="w-50" id="sdeLogo" src="{{URL::asset('/images/logos/Logo-normal.svg')}}" onclick="location.href = '{{ route("root.index") }}';" alt="Syddansk Erhvervsskole"> <img class="w-50" id="sdeLogo" src="{{URL::asset('/images/logos/Logo-normal.svg')}}" onclick="location.href = '{{ route("root.index") }}';" alt="Syddansk Erhvervsskole">
<button class="ml-auto" id="toggle"> <button class="ml-auto" id="toggle">
<i id="icon" class="fas fa-bars"></i> <i id="icon" class="fas fa-bars"></i>

View File

@ -10,7 +10,6 @@
<a href="{{ route('phones.index') }}" class="block text-center mb-1">Vagttelefon</a> <a href="{{ route('phones.index') }}" class="block text-center mb-1">Vagttelefon</a>
<a href="{{ route('guides.index') }}" class="block text-center mb-1">Vejledninger</a> <a href="{{ route('guides.index') }}" class="block text-center mb-1">Vejledninger</a>
</div> </div>
<!--
<div class="row" style="align-self: center; margin: 8px 0 8px 0;"> <div class="row" style="align-self: center; margin: 8px 0 8px 0;">
<a href="https://www.facebook.com" target="_blank" class="link"> <a href="https://www.facebook.com" target="_blank" class="link">
<img src="{{ URL::asset('/images/icons/facebook-icon.png') }}" class="h-100" alt="Facebook"> <img src="{{ URL::asset('/images/icons/facebook-icon.png') }}" class="h-100" alt="Facebook">
@ -21,7 +20,7 @@
<a href="https://www.instagram.com" target="_blank" class="link"> <a href="https://www.instagram.com" target="_blank" class="link">
<img src="{{ URL::asset('/images/icons/instagram.png') }}" class="h-100" alt="Instagram"> <img src="{{ URL::asset('/images/icons/instagram.png') }}" class="h-100" alt="Instagram">
</a> </a>
</div>--> </div>
</main> </main>
@endsection @endsection