Improve design

This commit is contained in:
2025-08-17 21:28:57 +03:00
Unverified
parent ddf4997400
commit e5865107dd
2 changed files with 4 additions and 11 deletions
+3 -9
View File
@@ -22,27 +22,21 @@
font-weight: 700;
display: flex;
align-items: center;
i {
margin-right: 10px;
color: $secondary;
}
}
.nav-links {
display: flex;
list-style: none;
gap: 10px;
li {
margin-left: 1.5rem;
a {
color: white;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
padding: 0.5rem 1rem;
border-radius: 4px;
padding: 10px;
border-radius: 10px;
display: flex;
flex-direction: row;
align-items: center;