increase sensitive area of the menu toggle

This commit is contained in:
Valentin Gagarin 2024-11-14 17:54:29 +01:00
parent b78d341d95
commit 07fa942989

View file

@ -140,8 +140,8 @@ header > nav > ul > li > details > nav ul li {
#menu-toggle ~ label { #menu-toggle ~ label {
position: absolute; position: absolute;
right: 1em; right: 0;
top: 0.5em; padding: 0.5em;
cursor: pointer; cursor: pointer;
display: block; display: block;
} }