fix: logo, icons, footer heading, list marker position
This commit is contained in:
@@ -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 -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user