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
@@ -10,7 +10,6 @@
<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>
</div>
<!--
<div class="row" style="align-self: center; margin: 8px 0 8px 0;">
<a href="https://www.facebook.com" target="_blank" class="link">
<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">
<img src="{{ URL::asset('/images/icons/instagram.png') }}" class="h-100" alt="Instagram">
</a>
</div>-->
</div>
</main>
@endsection