add that teeny tiny nudge to buttons when they are pressed

This commit is contained in:
Henry Jameson 2025-03-26 16:21:41 +02:00
commit 926f45df85

View file

@ -388,6 +388,10 @@ nav {
&:disabled {
cursor: not-allowed;
}
&:active {
transform: translate(1px, 1px);
}
}
.menu-item {