mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 23:29:17 -08:00
feat: flexbawks
This commit is contained in:
parent
9942a725d2
commit
1755de31e5
2 changed files with 73 additions and 60 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue