very new header

hamburger is still in progress
This commit is contained in:
Thomas Ruoff
2020-12-30 00:16:05 +01:00
parent 9858ce6a5c
commit f065f3a96a
4 changed files with 59 additions and 21 deletions

View File

@@ -1,10 +1,18 @@
import React from 'react'
import Link from 'next/link'
import Logo from './logo'
export default function Footer() {
return (
<footer className="footer">
<ul className="flex flex-row justify-center gap-2">
<footer className="my-5 flex flex-col sm:flex-row px-4 sm:px-6">
<div className="flex-grow">
<Link href="/">
<a>
<Logo className="h-12 w-auto sm:h-14" />
</a>
</Link>
</div>
<ul className="flex flex-col gap-2 sm:flex-row sm:items-end ">
<li>
<Link href="/privacy">
<a className="link">Datenschutzerklärung</a>