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

update carousel/navbar sizing

parent 07b08448
No related branches found
No related tags found
2 merge requests!1241update carousel/navbar sizing,!1240update carousel/navbar sizing
Pipeline #20706 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] relative
block h-[700px] xl:h-screen relative
{% endblock %}
{% if self.button_url %}group cursor-pointer{% endif %}
......
......@@ -14,8 +14,7 @@
class="
fixed left-0 top-[-1px] z-20 w-full duration-200 navbar
xl:absolute
xl:bg-transparent
{% if is_transparent %}xl:sticky{% else %}xl:absolute{% endif %}
{% block extra_classes %}
{% if is_transparent %}navbar--transparent{% endif %}
......
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