feat: make menu more spaced but remove border

This commit is contained in:
moanos [he/him] 2024-11-24 15:58:22 +01:00
parent 8945fdc0f4
commit 7a02774a29

View File

@ -331,9 +331,8 @@ select, .button {
}
#menu-toggle:checked ~ nav .menu li {
border: 1px solid #333;
height: 2.5em;
padding: 0.5em;
height: 3em;
padding: 1em;
transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}