Skip to content

Commit 0ad603b

Browse files
committed
boss mobile navbar made more responsive
1 parent 226c28d commit 0ad603b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/layouts/main.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
$(".hamburger-container").click(function() {
128128
if (!toggle) {
129129
$(".menu.fluid").css({
130-
'height': '100%'
130+
'height': 'fit-content'
131131
});
132132
toggle = 1;
133133
} else {

0 commit comments

Comments
 (0)