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
This commit is part of merge request !1242. Comments created here will be created in the context of that merge request.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<{% if self.button_url %}a{% else %}div{% endif %} <{% if self.button_url %}a{% else %}div{% endif %}
class=" class="
{% block wrapper_classes %} {% block wrapper_classes %}
block h-[700px] xl:h-screen relative block h-[700px] xl:h-[70vh] relative
{% endblock %} {% endblock %}
{% if self.button_url %}group cursor-pointer{% endif %} {% if self.button_url %}group cursor-pointer{% endif %}
......
...@@ -339,9 +339,9 @@ ...@@ -339,9 +339,9 @@
window.onscroll = () => { window.onscroll = () => {
const screenWidth = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0) const screenWidth = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0)
if (screenWidth > 1199) { /* if (screenWidth > 1199) {
return return
} } */
if (window.scrollY === 0) { if (window.scrollY === 0) {
if (initiallyHadTransparentClass) { if (initiallyHadTransparentClass) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment