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

smaller header for district

parent 54e76e03
No related branches found
No related tags found
1 merge request!29Feat/redesign
Pipeline #18325 passed
<div class="__js-root"> <div class="__js-root">
<div class="header-carousel"> <div class="header-carousel">
<div class="block h-[700px] xl:h-screen relative group cursor-pointer"> <div
class="
{% block wrapper_classes %}
block h-[700px] xl:h-screen relative group cursor-pointer
{% endblock %}
"
>
<video <video
class=" class="
header-carousel--image header-carousel--image
...@@ -35,7 +41,14 @@ ...@@ -35,7 +41,14 @@
{% endif %} {% endif %}
</video> </video>
<div class="header-carousel--text-wrapper" style="box-sizing: border-box"> <div
class="
{% block text_wrapper_class %}
header-carousel--text-wrapper
{% endblock %}
"
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="container--wide px-0 h-full flex flex-col justify-end items-start" 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">
......
{% extends 'patterns/molecules/menus/carousel.html' %} {% extends 'patterns/molecules/menus/carousel.html' %}
{% block wrapper_classes %}
block h-[700px] xl:h-[550px] relative group cursor-pointer
{% endblock %}
{% block text_wrapper_class %}
header-carousel--text-wrapper
!bottom-[22%]
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment