diff --git a/components/Header.css b/components/Header.css index 2521774..6e46d18 100644 --- a/components/Header.css +++ b/components/Header.css @@ -92,12 +92,16 @@ header details { & li { list-style: none; border: none; - padding: var(--_gap) calc(var(--_gap) + 0.4rem); + padding: var(--_gap) calc(var(--_gap) + 0.29rem); } & li:hover { background-color: var(--_translucent); } + + & a { + text-decoration: none; + } } header input { diff --git a/components/Header.tsx b/components/Header.tsx index 84560f0..79e417a 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -26,10 +26,25 @@ export function Header() {
Fablab