landing page banner

main
alexanderroese 2024-06-23 14:02:23 +02:00
parent 75c575a285
commit e7a41167a5
1 changed files with 0 additions and 2 deletions

View File

@ -15,14 +15,12 @@
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transform: scale(1.1);
}
@media screen and (min-width: 750px) {
.shx-landingpage-banner {
height: 450px;
background-image: url("{{ desktop_image | file_url }}");
transform: scale(1);
}
}