Images not cropping
This commit is contained in:
parent
4ac3380218
commit
c021498808
1 changed files with 3 additions and 1 deletions
|
|
@ -232,8 +232,10 @@ textarea:focus {
|
||||||
|
|
||||||
.route-image {
|
.route-image {
|
||||||
min-height: 130px;
|
min-height: 130px;
|
||||||
|
background-color: color-mix(in srgb, var(--border) 45%, transparent);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-repeat: no-repeat;
|
||||||
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.route-content {
|
.route-content {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue