From 13451b7588aa5800f0c1a87e7c3b49830d9e4087 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 13 Mar 2024 17:45:11 +0000 Subject: refactor: add title prop to Header --- src/components/Header.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/components/Header.css') diff --git a/src/components/Header.css b/src/components/Header.css index ef1dd60..0a562bf 100644 --- a/src/components/Header.css +++ b/src/components/Header.css @@ -3,9 +3,9 @@ height: 3rem; border-bottom: 1px solid var(--overlay); display: flex; - flex-direction: row; justify-content: space-between; align-items: center; + --button-height: 100%; > .title { font-weight: 500; @@ -15,7 +15,6 @@ nav { height: 100%; display: flex; - flex-direction: row; } } } \ No newline at end of file -- cgit v1.2.3