This commit is contained in:
2024-01-09 23:02:32 +01:00
parent 13275dac3c
commit 7cfcf011ce
3 changed files with 13 additions and 8 deletions

View File

@ -46,18 +46,22 @@ nav {
align-items: baseline;
padding: 0 1em;
.logo {
max-height: 4em;
}
ul {
list-style: none;
display: flex;
}
a {
display: block;
padding: 1em;
color: inherit;
a {
display: block;
padding: 1em;
color: inherit;
&:hover {
text-decoration: underline;
&:hover {
text-decoration: underline;
}
}
}
}