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

better text alignment

parent c913ed25
Branches
Tags
1 merge request!29Feat/redesign
Pipeline #18327 passed
...@@ -3,8 +3,10 @@ ...@@ -3,8 +3,10 @@
<div <div
class=" class="
{% block wrapper_classes %} {% block wrapper_classes %}
block h-[700px] xl:h-screen relative group cursor-pointer block h-[700px] xl:h-screen relative
{% endblock %} {% endblock %}
group cursor-pointer
" "
> >
<video <video
...@@ -49,7 +51,14 @@ ...@@ -49,7 +51,14 @@
" "
style="box-sizing: border-box" style="box-sizing: border-box"
> >
<div class="container--wide px-0 h-full flex flex-col justify-end items-start" style="box-sizing: border-box"> <div
class="
{% block text_inner_wrapper_classes %}
container--wide px-0 h-full flex flex-col justify-end items-start
{% endblock %}
"
style="box-sizing: border-box"
>
<h1 class="mb-4 px-5 flex flex-col text-black block lg:hidden"> <h1 class="mb-4 px-5 flex flex-col text-black block lg:hidden">
<div>{{ mobile_label_first }}</div> <div>{{ mobile_label_first }}</div>
......
{% extends 'patterns/molecules/menus/carousel.html' %} {% extends 'patterns/molecules/menus/carousel.html' %}
{% block wrapper_classes %} {% block wrapper_classes %}
block h-[700px] xl:h-[550px] relative group cursor-pointer block h-[600px] xl:h-[620px] relative group cursor-pointer
{% endblock %} {% endblock %}
{% block text_wrapper_class %} {% block text_wrapper_class %}
header-carousel--text-wrapper header-carousel--text-wrapper
!bottom-[22%] !bottom-[0] !h-full
{% endblock %}
{% block text_inner_wrapper_classes %}
container--wide px-0 h-full flex flex-col justify-end items-start
py-[200px] flex flex-col justify-center
xl:pb-[110px]
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment