fix: logo, icons, footer heading, list marker position
All checks were successful
Build / build (push) Successful in 4m13s
Build / deploy-stage (push) Successful in 2m33s
Build / switch-stage (push) Successful in 2m6s

This commit is contained in:
2025-04-23 09:43:36 +02:00
parent 9f6cfb145e
commit c2a8d3f67b
6 changed files with 33 additions and 8 deletions

View File

@@ -17,12 +17,12 @@
<!-- Logo -->
<div class="flex flex-col items-start">
<!-- Replace the src with your logo SVG / file -->
<f:image src="EXT:base/Resources/Public/Images/logo.png" alt="Logo" class="block max-h-[100px] h-auto w-auto" />
<f:image src="EXT:base/Resources/Public/Images/logo.svg" alt="Logo" class="block max-h-[100px] h-auto w-auto" />
</div>
<!-- Kontaktiere uns -->
<div>
<h3 class="font-semibold mb-5">Kontaktiere uns</h3>
<h5 class="text-white">Kontaktiere uns</h5>
<ul class="space-y-4">
<li class="flex items-center">
<!-- mail -->
@@ -41,7 +41,7 @@
<!-- Folge uns -->
<div class="flex flex-col items-start md:items-end">
<h3 class="font-semibold mb-5">Folge uns</h3>
<h5 class="text-white">Folge uns</h5>
<div class="flex space-x-4">
<!-- Social buttons -->