Fix projects for Ipad version

This commit is contained in:
2021-04-20 14:50:54 +02:00
parent bce8f926ee
commit bc050a8e70

View File

@@ -9,7 +9,7 @@
{{ $t('projects.description') }}
</p>
</div>
<div class="my-8 lg:flex w-full lg:space-x-8">
<div class="my-8 lg:flex w-full lg:space-x-8 flex flex-wrap justify-center">
<div v-for="project in projects">
<Project
:title="project.title"