fix space

This commit is contained in:
2021-10-18 13:45:46 +02:00
parent d632c5332d
commit f26643d6ee
5 changed files with 29 additions and 35 deletions

View File

@@ -327,7 +327,7 @@
>
{{ main.title }}
</h2>
<div class="flex flex-wrap items-center -mx-4 lg:mb-20">
<div class="flex flex-wrap items-center lg:-mx-4 lg:mb-20">
<div
v-for="(feature, index) in features"
:key="index"
@@ -359,7 +359,7 @@
>
{{ main.subtitle }}
</p>
<div class="flex flex-wrap -mx-4 mb-6">
<div class="flex flex-wrap lg:-mx-4 mb-6">
<div
v-for="feature in features"
:key="feature.id"