diff options
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 |
