diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2024-03-13 17:45:11 +0000 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2024-03-13 20:17:07 -0400 |
| commit | 13451b7588aa5800f0c1a87e7c3b49830d9e4087 (patch) | |
| tree | f93800bdfa2202928ebc42ecc9ad723a896715fe /src/components/Header.css | |
| parent | cc0fbd8e07c3d85400eaecbb2d4498d7108d3119 (diff) | |
refactor: add title prop to Header
Diffstat (limited to 'src/components/Header.css')
| -rw-r--r-- | src/components/Header.css | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
