Update file style.css

This commit is contained in:
Jan BELLON 2024-03-06 18:17:53 +00:00
parent dc782e3167
commit ed065470ce

View File

@ -25,6 +25,19 @@ header, footer {
justify-content: space-between;
}
nav {
display: flex;
}
.navitem {
padding: 0.5em;
}
a {
text-decoration: none;
color: var(--text-color);
}
.content {
width: 60%;
margin: 0 auto;