landing page banner
parent
052e78db8a
commit
2419d228ad
|
@ -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>
|
||||
|
||||
|
|
|
@ -9,10 +9,10 @@
|
|||
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;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 750px) {
|
||||
|
|
Loading…
Reference in New Issue