Fix size of home page path component
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
a69a4d54c5
commit
214657a085
1 changed files with 4 additions and 2 deletions
|
@ -55,12 +55,13 @@
|
||||||
border-bottom-left-radius: var(--route-card-radius);
|
border-bottom-left-radius: var(--route-card-radius);
|
||||||
display: grid;
|
display: grid;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
max-width: 10%;
|
max-width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.route-card-left img {
|
.route-card-left img {
|
||||||
display: block;
|
display: block;
|
||||||
width: 80%;
|
max-width: 55%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -71,6 +72,7 @@
|
||||||
background-image: url('/images/test-1.jpg');
|
background-image: url('/images/test-1.jpg');
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
max-width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.route-card .name {
|
.route-card .name {
|
||||||
|
|
Loading…
Reference in a new issue