Fix list items

This commit is contained in:
h3artbl33d 2025-03-08 18:00:46 +01:00
parent 72862c7a29
commit b0687f37c3
2 changed files with 4 additions and 5 deletions

View file

@ -5,6 +5,10 @@
width: 100%;
}
.header ul {
list-style: none;
}
.logo {
display: inline-block;
color: var(--white);