Fix #menu li vertical padding

This commit is contained in:
Timothée Goguely 2025-09-09 12:16:45 +02:00
parent a5405268f3
commit 4a23d243c7

View file

@ -319,7 +319,7 @@ button[aria-controls='menu'][aria-expanded='false']
align-items: center;
width: 100%;
min-height: 2.5rem; /* 40px */
padding: 0 var(--space-16);
padding: .66rem var(--space-16);
gap: var(--space-12);
border-radius: var(--rounded-lg);
}