fix: mobile menu active state

This commit is contained in:
Cory Dransfeldt 2024-10-31 13:55:54 -07:00
parent ab01184c5c
commit 920ac8b32e
No known key found for this signature in database
3 changed files with 21 additions and 12 deletions

View file

@ -28,9 +28,18 @@ menu {
& a {
text-decoration: none;
justify-content: center;
width: 100%;
height: 100%;
}
& .active {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
cursor: not-allowed;
}
& .icon > svg,