fixes and updates

This commit is contained in:
q 2025-05-21 00:31:22 -04:00
parent 4c3ce6d2b6
commit 0692e8a0c5
1471 changed files with 27362 additions and 235 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

View file

@ -33,7 +33,7 @@ img {
justify-content: center;
align-items: center;
background-color: var(--bg-primary);
border: 2px solid var(--color-secondary);
border: none;
width: fit-content;
min-width: 88px;
height: 31px;
@ -44,8 +44,16 @@ img {
text-decoration: underline;
}
.grid-item img {
max-width: 100%;
max-height: 100%;
color: var(--color-accent)
.grid-item a {
width: fit-content;
height: 31px;
}
.grid-item a img {
width: 88px;
height: 31px;
border: none;
color: var(--color-accent);
object-fit: scale-down;
object-fit: fill;
}