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
%}
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>

View File

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