Skip to content

Commit 36f5124

Browse files
committed
Fix navigation header
1 parent af667ca commit 36f5124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header/styles.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
flex-direction: row;
66
align-items: center;
77
background-color: var(--color-primary);
8-
height: 66px;
8+
min-height: 66px;
99

1010
h1,
1111
ul,

0 commit comments

Comments
 (0)