This commit is contained in:
2023-06-25 13:27:09 +02:00
parent 17b8bb585b
commit 0007312ea1
+3 -3
View File
@@ -54,13 +54,13 @@
</nav>
<!-- Header-->
<header class="bg-dark px-5 py-5 text-center border-bottom" style="height: 26em; background-image: url('{{ theme_url }}/assets/on-air.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover;">
<header class="bg-dark px-5 py-4 text-center border-bottom" style="height: 26em; background-image: url('{{ theme_url }}/assets/on-air.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover;">
<div class="container px-5 py-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<div class="text-center my-5">
<img src="{{ theme_url }}/assets/radioanton-logo-transparent.svg" />
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center">
<img src="{{ theme_url }}/assets/radioanton-logo-transparent.svg" class="my-3" height="150">
<div class="my-3 d-grid gap-3 d-sm-flex justify-content-sm-center">
<a class="btn btn-primary btn-lg px-4 me-sm-3" href="#radio">Hören!</a>
<a class="btn btn-outline-light btn-lg px-4" href="#about">Mehr erfahren</a>
</div>