💄 style: increase padding between navs

This commit is contained in:
welpo 2023-02-07 20:00:58 +01:00
parent fa781db0e4
commit 973e0f76f8
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -56,7 +56,7 @@ header {
text-decoration: none; text-decoration: none;
justify-content: right; justify-content: right;
color: var(--text-color); color: var(--text-color);
padding: 0.5rem; padding: 0.66rem;
border-radius: 5px; border-radius: 5px;
transition: 100ms; transition: 100ms;
} }