This commit is contained in:
2024-06-08 17:13:25 +02:00
parent 8906617d27
commit 89249632e1
2 changed files with 12 additions and 8 deletions

View File

@@ -31,9 +31,12 @@ header nav {
align-items: center;
flex-grow: 1;
background-color: #444444b7;
padding: 10px;
padding: 0;
margin: 0;
text-align: center;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}
header nav > * {