Fix size of home page path component
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Alessio Davoli 2023-07-24 13:47:02 +02:00
parent a69a4d54c5
commit 214657a085

View file

@ -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 {