Skip to content

Commit b91571c

Browse files
committed
refactor: update mobile menu styles
1 parent 36e5ae7 commit b91571c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

client/src/components/Header/index.module.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ $height: 64px;
139139
border: none;
140140
width: fit-content;
141141
display: flex;
142-
min-width: calc(100% - 114px);
143142
}
144143

145144
nav {
@@ -243,5 +242,9 @@ $height: 64px;
243242
.mobileTrigger {
244243
display: block;
245244
}
245+
246+
.menu {
247+
width: calc(100% - 124px);
248+
}
246249
}
247250
}

0 commit comments

Comments
 (0)