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 -->
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<nav class="py-1 main-nav group sticky top-0 z-50 bg-repeat" id="mainNav">
|
||||
<div class="container flex items-center h-full mx-auto px-4">
|
||||
<a href="/" class="nav-logo">
|
||||
<f:image src="EXT:base/Resources/Public/Images/logo.png" alt="Logo" class="block max-h-[50px] h-auto w-auto" />
|
||||
<f:image src="EXT:base/Resources/Public/Images/logo.svg" alt="Logo" class="block max-h-[50px] h-auto w-auto" />
|
||||
</a>
|
||||
<button class="nav-toggle group lg:hidden relative w-[30px] h-[30px] cursor-pointer ml-auto bg-none border-none" id="navToggle" aria-label="Toggle Menu">
|
||||
<span class="nav-toggle-icon block relative w-full h-[2px] bg-white transition-all duration-300
|
||||
|
||||
Reference in New Issue
Block a user