Skip to content

Commit d450b62

Browse files
committed
navbar height
1 parent d132481 commit d450b62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/Navbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const Navbar = () => {
1515
zIndex={1}
1616
alignItems="center"
1717
id="Navbar"
18-
minH={isMobileView && !isAppView ? "89px" : "72px"}
19-
maxH={isMobileView && !isAppView ? "89px" : "72px"}
18+
minH={isMobileView && !isAppView ? "72px" : "62px"}
19+
maxH={isMobileView && !isAppView ? "72px" : "62px"}
2020
bgColor={BACKGROUND_COLOR}
2121
borderBottom="1px solid white"
2222
direction="row"

0 commit comments

Comments
 (0)