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

update tags, remove unnecessary css classes

parent 37c4b7f0
No related branches found
No related tags found
1 merge request!29Feat/redesign
Pipeline #18525 passed
......@@ -51,7 +51,7 @@
"
style="box-sizing: border-box"
>
<div
<h1
class="
{% block text_inner_wrapper_classes %}
container--wide px-0 h-full flex flex-col justify-end items-start
......@@ -60,21 +60,21 @@
style="box-sizing: border-box"
>
<h1 class="mb-4 px-5 flex flex-col text-black block lg:hidden">
<div class="mb-4 px-5 flex flex-col text-black lg:hidden">
<div>{{ mobile_label_first }}</div>
<div>{{ mobile_label_second }}</div>
<div>{{ mobile_label_third }}</div>
</h1>
</div>
<h1 class="mb-4 px-5 flex flex-col text-black hidden lg:block">
<div class="mb-4 px-5 flex-col text-black hidden lg:flex">
<div>{{ desktop_label_first }}</div>
<div>{{ desktop_label_second }}</div>
</h1>
</div>
<div class="ml-4 text-lg group">
{% include "patterns/atoms/buttons/round_button.html" with button_text=button_text %}
</div>
</div>
</h1>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment