Skip to content
Snippets Groups Projects
Commit 70fb99d9 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

update sizing / styleguide

parent 3c0279c0
No related branches found
No related tags found
2 merge requests!1243Release,!1242update sizing / styleguide
Pipeline #20710 passed
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -6,7 +6,7 @@
<{% if self.button_url %}a{% else %}div{% endif %}
class="
{% block wrapper_classes %}
block h-[700px] xl:h-screen relative
block h-[700px] xl:h-[70vh] relative
{% endblock %}
{% if self.button_url %}group cursor-pointer{% endif %}
......
......@@ -339,9 +339,9 @@
window.onscroll = () => {
const screenWidth = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0)
if (screenWidth > 1199) {
/* if (screenWidth > 1199) {
return
}
} */
if (window.scrollY === 0) {
if (initiallyHadTransparentClass) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment