Images not cropping

This commit is contained in:
marijo 2026-06-29 08:16:55 +00:00
parent 4ac3380218
commit c021498808

View file

@ -232,8 +232,10 @@ textarea:focus {
.route-image {
min-height: 130px;
background-color: color-mix(in srgb, var(--border) 45%, transparent);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-size: contain;
}
.route-content {