Skip to content

Commit 33e2109

Browse files
committed
fix: ability to click on the entire area of the links inside burger menu
1 parent fd0705a commit 33e2109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/static/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ a:active {
824824
}
825825

826826
.menu-item__link {
827-
display: inline-block;
827+
display: block;
828828
padding: 12px;
829829
}
830830

0 commit comments

Comments
 (0)