This commit is contained in:
kittywitch 2025-10-09 00:57:26 +00:00
parent e6d4c07286
commit a9765abdd7
2 changed files with 71 additions and 59 deletions

View file

@ -73,6 +73,16 @@ a:visited {
width: 88px;
height: 31px; }
.button-container {
width: fit-content;
display: flex;
align-items: center;
justify-content: center;
flex-flow: row wrap;
gap: .5em; }
.button-container img {
align-self: center; }
a:hover {
text-decoration: none;
color: #37DCE8;