Archived
2
0
This commit is contained in:
overcuriousity
2025-07-14 23:05:46 +02:00
parent 8540687b47
commit d9c79b3ddc
17 changed files with 1591 additions and 1529 deletions

View File

@@ -135,7 +135,7 @@ nav {
.nav-links {
display: flex;
align-items: center;
gap: 2rem;
gap: 5rem;
list-style: none;
}
@@ -143,6 +143,7 @@ nav {
color: var(--color-text);
font-weight: 500;
transition: color 0.2s ease;
font-size: 1.2rem;
}
.nav-link:hover {