From c021498808c9b3f50404cc1cce5fdc4508001f1a Mon Sep 17 00:00:00 2001 From: marijo Date: Mon, 29 Jun 2026 08:16:55 +0000 Subject: [PATCH] Images not cropping --- styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 35f8909..a5e5af2 100644 --- a/styles.css +++ b/styles.css @@ -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 {