feat: flexbawks

This commit is contained in:
Kat Inskip 2025-10-08 17:57:06 -07:00
parent 9942a725d2
commit 1755de31e5
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 73 additions and 60 deletions

View file

@ -107,6 +107,18 @@ a:visited {
height: 31px;
}
.button-container {
width: fit-content;
display: flex;
align-items: center;
justify-content: center;
flex-flow: row wrap;
gap: .5em;
img {
align-self: center;
}
}
a:hover {
text-decoration: none;
color: $link-hover;
@ -121,7 +133,6 @@ a:hover:has(img) {
}
}
/* We want the footer to be like two columns, where the right columns are also right-aligned and the columns grow to share the space sanely. */
footer nav ul {