fix mess-up on hover

This commit is contained in:
2023-07-23 12:48:12 +02:00
parent 41f42eb2b4
commit 0d5d936ef3
2 changed files with 8 additions and 8 deletions

View File

@@ -153,7 +153,7 @@ nav[hidden]{
nav[hidden]{
transform: translateX(100%);
}
:global(nav a:last-child){
nav a:last-child{
margin-bottom: 2rem;
}