change position of footer, make logo link to home
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<nav class="bg-navbackground h-32 text-right flex flex-row justify-between items-center px-20">
|
||||
<img src="/curling_logo.png" alt="Logo" class="h-28"/>
|
||||
<a href="index.html"> <img src="/curling_logo.png" alt="Logo" class="h-28"/></a>
|
||||
<div class="flex justify-between w-1/3 text-textcolor">
|
||||
<a href="index.html" class="{{#if homeActive}}font-bold{{/if}}">Home</a>
|
||||
<a href="rules.html" class="{{#if rulesActive}}font-bold{{/if}}">Regeln</a>
|
||||
|
||||
Reference in New Issue
Block a user