Skip to content
Snippets Groups Projects
Commit f1b9e7cc authored by Štěpán Farka's avatar Štěpán Farka
Browse files

[FIX] min height

parent f974e131
No related branches found
No related tags found
2 merge requests!607Pirati.cz,!575Feature/pirati cz
Pipeline #9585 passed
<div class="bg-cover bg-no-repeat section-clip py-16 xl:h-screen lg:py-36"
<div class="bg-cover bg-no-repeat section-clip py-16 xl:min-h-screen lg:py-36"
style="background-image: url('../../images/background-images/bg-join-us.jpg')">
<div class="container--wide mx-auto z-10">
<h2 class="head-7xl xl:text-center mb-6 xl:mb-28">
......
<div class="section-clip bg-cover bg-no-repeat flex pb-32 xl:pb-0 xl:h-screen relative z-10">
<div class="section-clip bg-cover bg-no-repeat flex pb-32 xl:pb-0 xl:min-h-screen relative z-10">
<img src="../../images/background-images/bg-bartos-newsletter.jpg" alt="" class="absolute h-full w-full object-cover">
<div class="grid-container mt-20 xl:mt-0 xl:items-center z-10">
<div class="grid-full newsletter-grid">
......
<div class="container--medium mb-8 xl:h-screen flex flex-col justify-center lg:mb-16">
<div class="bg-cover bg-no-repeat section-clip py-16 xl:min-h-screen lg:py-36">
<div class="container--wide mx-auto z-10">
<h2 class="head-7xl xl:text-center mb-6 xl:mb-28">
Piráti zastupují občany
</h2>
<div class="flex flex-wrap space-x-1 justify-center gap-2 md:gap-1 items-center">
<div class="flex flex-wrap gap-2 md:gap-1 justify-center items-center md:flex-row">
{{> molecules-representative-box }}
{{> molecules-representative-box }}
{{> molecules-representative-box }}
{{> molecules-representative-box }}
</div>
</div>
</div>
{% load static wagtailimages_tags %}
<div class="bg-cover bg-no-repeat section-clip py-16 xl:h-screen lg:py-36"
<div class="bg-cover bg-no-repeat section-clip py-16 xl:min-h-screen lg:py-36"
style="background-image:
{% if self.image %}
{% image self.image original as original_image %}
......
{% load wagtailimages_tags %}
<div class="container--medium mb-8 xl:h-screen flex flex-col justify-center lg:mb-16">
<div class="container--medium mb-8 xl:min-h-screen flex flex-col justify-center lg:mb-16">
<h2 class="head-7xl xl:text-center mb-6 xl:mb-28">
{{ self.title }}
</h2>
......
{% load static %}
<div class="section-clip bg-cover bg-no-repeat flex pb-32 xl:pb-0 xl:h-screen relative z-10">
<div class="section-clip bg-cover bg-no-repeat flex pb-32 xl:pb-0 xl:min-h-screen relative z-10">
<img src="{% static 'main/images/background-images/bg-bartos-newsletter.jpg' %}" alt="" class="absolute h-full w-full object-cover">
<div class="grid-container mt-20 xl:mt-0 xl:items-center z-10">
<div class="grid-full newsletter-grid">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment