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

update center header

parent e38f7214
Branches
No related tags found
1 merge request!29Feat/redesign
Pipeline #18422 passed
......@@ -24,7 +24,13 @@
id="address-popup"
data-is-open="false"
>
<div class="container--wide flex justify-between">
<div
class="
container--wide flex flex-col gap-4
lg:flex-row lg:justify-between
"
>
<div
class="prose prose-black leading-6"
>
......@@ -43,9 +49,12 @@
</address>
</div>
<img
src="https://picsum.photos/536/354"
>
<div class="w-full lg:w-[35rem]">
<img
class="w-full"
src="https://picsum.photos/536/354"
>
</div>
</div>
</div>
......
......@@ -14,7 +14,7 @@
{% if is_short %}head-short{% endif %}
{% if description %}
head-8xl
{% if title|length <= 100 %}head-8xl{% else %}head-7xl{% endif %}
{% else %}
head-14xl
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment