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

update mobile styling

parent 95a8e7e2
No related branches found
No related tags found
2 merge requests!1248Release,!1246Update styling, wording
Pipeline #20717 passed
...@@ -6,9 +6,15 @@ ...@@ -6,9 +6,15 @@
<{% 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 relative xl:h-screen h-[70vh] block h-[700px] relative
{% endblock %} {% endblock %}
{% if not page.root_page.has_expanded_navbar %}
xl:h-screen
{% else %}
xl:h-[70vh]
{% endif %}
{% if self.button_url %}group cursor-pointer{% endif %} {% if self.button_url %}group cursor-pointer{% endif %}
" "
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
fixed left-0 top-[-1px] z-20 w-full duration-200 navbar fixed left-0 top-[-1px] z-20 w-full duration-200 navbar
{% if is_transparent and page.root_page.has_expanded_navbar %} {% if is_transparent and page.root_page.has_expanded_navbar %}
xl:sticky xl:sticky sticky
{% else %} {% else %}
xl:absolute xl:absolute
{% endif %} {% 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