Logo gelöscht, Footer Font Größe FIX

This commit is contained in:
Simon Martens
2023-02-12 11:51:09 +01:00
parent 8e9d30fcfa
commit d467d8762d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<footer class="hidden desktop:block fixed bottom-0 text-base text-center py-1 px-4 grow-0 shrink-0"> <footer class="hidden desktop:block fixed bottom-0 text-sm text-center py-1 px-4 grow-0 shrink-0">
Stand: 30.1.2023 Stand: 30.1.2023
| <a class="underline underline-offset-[3px] decoration-dotted hover:decoration-solid" href="https://github.com/schnulller/jacoblenz">Code</a> | | <a class="underline underline-offset-[3px] decoration-dotted hover:decoration-solid" href="https://github.com/schnulller/jacoblenz">Code</a> |
<a class="underline underline-offset-[3px] decoration-dotted hover:decoration-solid" href="/datenschutz/">Datenschutz & Impressum</a> <a class="underline underline-offset-[3px] decoration-dotted hover:decoration-solid" href="/datenschutz/">Datenschutz & Impressum</a>

View File

@@ -1,7 +1,7 @@
<header class="flex flex-row justify-between desktop:justify-start desktop:block"> <header class="flex flex-row justify-between desktop:justify-start desktop:block">
<div class="flex flex-row desktop:block"> <div class="flex flex-row desktop:block">
<img class="h-20 desktop:h-auto desktop:px-12 desktop:pb-4 desktop:pt-8" src="/images/JLA.png" alt="jla-Logo"> <img class="h-20 desktop:h-auto desktop:px-12 desktop:pb-4 desktop:pt-8" src="/logo/JLA.png" alt="jla-Logo">
<h1 class="px-3 py-2 pb-4 text-5xl font-bold text-center"> <h1 class="px-3 py-2 pb-4 text-5xl font-bold text-center">
{{ config.title }} {{ config.title }}
</h1> </h1>