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 {