diff --git a/frontend/src/lib/components/Route.svelte b/frontend/src/lib/components/Route.svelte index 4f2bae0..229932c 100644 --- a/frontend/src/lib/components/Route.svelte +++ b/frontend/src/lib/components/Route.svelte @@ -20,7 +20,7 @@ color: black; display: block; box-shadow: 0 0 50px #ccc; - border-radius: 30px; + border-radius: 5px; width: calc((100% - 50px) / 2); font-size: 18px; } @@ -31,7 +31,7 @@ object-position: center; background-position: center; object-fit: cover; - border-radius: 30px; + border-radius: 5px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }