no script loading screen

main
alexanderroese 2024-06-23 12:50:04 +02:00
parent 09bf11c163
commit 282a22e599
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -10,4 +10,10 @@
height: 450px; height: 450px;
} }
} }
@media screen and (min-width: 1630px) {
.shx-landingpage-banner {
height: 550px;
}
}
</style> </style>