more updates
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 2m59s

This commit is contained in:
2025-08-06 22:39:06 +01:00
parent df59a2c097
commit a0562330a3
23 changed files with 94 additions and 23 deletions

View File

@@ -34,6 +34,35 @@ ul#toaster-specs li {
height: 100%;
}
.fur-meet-gallery-small {
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.fur-meet-gallery-small img {
width: 150px;
height: 150px;
object-fit: cover;
border-radius: 10px;
border: 2px solid var(--secondary-background-color);
}
.fur-meet-gallery-small img:hover {
transform: scale(1.05);
transition: transform 0.2s ease-in-out;
cursor: pointer;
}
#fur-meets {
list-style: none;
padding: 0;
margin: 10px;
display: flex;
flex-direction: column;
gap: 10px;
}
@media screen and (max-width: 740px) {
.flex-row {
flex-direction: column;