This commit is contained in:
EspenVista
2025-04-03 12:33:16 +01:00
parent de888d9f3a
commit 2443c4b0d5
4 changed files with 11 additions and 5 deletions

View File

@@ -15,8 +15,8 @@
.navbar {
display: flex;
align-items: center;
justify-content: center;
align-items: right;
justify-content: right;
background-color: #000;
padding: 10px 20px;
}
@@ -38,6 +38,6 @@
}
.nav-links a {
text-decoration: none;
color: white;
color: rgb(0, 0, 0);
font-size: 18px;
}