nav styling (even more)

This commit is contained in:
Richard Mikloš 2024-01-25 16:12:59 +01:00
parent e3f95f1fb3
commit b887a22f3b

@ -57,6 +57,12 @@ nav ul {
justify-content: space-between;
}
nav ul .links {
display: flex;
flex-direction: row;
}
nav ul li {
list-style: none;
display: flex;