landing page banner

main
alexanderroese 2024-06-23 13:54:15 +02:00
parent 052e78db8a
commit 2419d228ad
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@
endcapture endcapture
%} %}
console.log("3", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }}) console.log("1", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
</script> </script>

View File

@ -9,10 +9,10 @@
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
height: 300px; height: 300px;
background-image: url("{{ mobile_image | file_url }}"); background-image: url({{ mobile_image | file_url }});
background-size: cover; background-size: cover;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@media screen and (min-width: 750px) { @media screen and (min-width: 750px) {