Skip to content

Commit 9698abc

Browse files
committed
style: adjust padding in NavBar for improved layout consistency
1 parent f2bfb99 commit 9698abc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/components/NavBar/NavBar.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
display: flex;
55
align-items: center;
66
justify-content: space-between;
7-
padding: 0.75rem 0.5rem 0.75rem 1.5rem;
7+
padding: 0 0.5rem 0 1.5rem;
88
background: var(--background-color-secondary);
99
height: var(--navbar-desktop-height);
10+
min-height: var(--navbar-desktop-height);
1011
}
1112

1213
@media (max-width: breakpoints.$breakpoint-md) {

0 commit comments

Comments
 (0)