update container size2

This commit is contained in:
2021-09-29 14:06:28 +02:00
parent c616e69e2a
commit c1553319e7

View File

@@ -12,7 +12,7 @@
<div class="w-full text-center" v-else> <div class="w-full text-center" v-else>
<h2 <h2
v-if="main !== null && main.title" v-if="main !== null && main.title"
class="lg:text-6xl uppercase font-semibold leading-tight font-heading" class="lg:text-6xl pb-10 uppercase font-semibold leading-tight font-heading"
> >
{{ main.title }} {{ main.title }}
</h2> </h2>
@@ -114,7 +114,7 @@
<!-- How it works --> <!-- How it works -->
<div <div
class="grid sm:grid-cols-1 gap-4 lg:grid-cols-2 text-center" class="grid sm:grid-cols-1 gap-4 lg:grid-cols-2 text-center lg:px-40"
v-else-if="id == 'how-it-works'" v-else-if="id == 'how-it-works'"
> >
<div <div