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

update center header

parent e38f7214
No related branches found
No related tags found
1 merge request!29Feat/redesign
Pipeline #18422 passed
...@@ -24,7 +24,13 @@ ...@@ -24,7 +24,13 @@
id="address-popup" id="address-popup"
data-is-open="false" 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 <div
class="prose prose-black leading-6" class="prose prose-black leading-6"
> >
...@@ -43,11 +49,14 @@ ...@@ -43,11 +49,14 @@
</address> </address>
</div> </div>
<div class="w-full lg:w-[35rem]">
<img <img
class="w-full"
src="https://picsum.photos/536/354" src="https://picsum.photos/536/354"
> >
</div> </div>
</div> </div>
</div>
<script> <script>
document.getElementById("map-opener").addEventListener( document.getElementById("map-opener").addEventListener(
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
{% if is_short %}head-short{% endif %} {% if is_short %}head-short{% endif %}
{% if description %} {% if description %}
head-8xl {% if title|length <= 100 %}head-8xl{% else %}head-7xl{% endif %}
{% else %} {% else %}
head-14xl head-14xl
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment