Minor restyling

This commit is contained in:
2025-10-21 20:36:31 +03:00
parent c2d6293e0b
commit d4551c7363
3 changed files with 22 additions and 0 deletions
+11
View File
@@ -22,3 +22,14 @@ site-sidebar {
color: var(--color);
}
}
.links, .buttons {
display: flex;
flex-flow: row wrap;
gap: 1em;
padding: 0;
li {
list-style: none;
}
}