diff --git a/frontend/src/lib/components/Path.svelte b/frontend/src/lib/components/Path.svelte index aa0975c..c5566c5 100644 --- a/frontend/src/lib/components/Path.svelte +++ b/frontend/src/lib/components/Path.svelte @@ -55,12 +55,13 @@ border-bottom-left-radius: var(--route-card-radius); display: grid; place-items: center; - max-width: 10%; + max-width: 30%; } + .route-card-left img { display: block; - width: 80%; + max-width: 55%; height: auto; } @@ -71,6 +72,7 @@ background-image: url('/images/test-1.jpg'); background-position: center; background-size: cover; + max-width: 30%; } .route-card .name {