fix mess-up on hover

This commit is contained in:
2023-07-23 12:48:12 +02:00
parent 5a43069556
commit ae0363df9f
2 changed files with 8 additions and 8 deletions
+1 -1
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;
}