Fixed CSS
This commit is contained in:
parent
9d44432fc2
commit
408eb7090b
|
@ -9,7 +9,7 @@
|
||||||
<a href="{{ route('contacts.index') }}" class="block text-center mb-1">Kontoret</a>
|
<a href="{{ route('contacts.index') }}" class="block text-center mb-1">Kontoret</a>
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
<div class="links row">
|
<div class="row" style="position: absolute; bottom: 8px; align-self: center;">
|
||||||
<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">
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue