update css

This commit is contained in:
2022-09-06 11:55:51 -06:00
parent 62d3f5bd9a
commit 2ddb1aab5e
3 changed files with 68 additions and 1 deletions

View File

@@ -20,6 +20,11 @@ nav > * {
margin-right: 33px;
}
.link-wrapper {
display: flex;
flex-direction: row;
justify-content: space-between;
}
@media (prefers-color-scheme: dark) {
html {