This commit is contained in:
samaradel
2021-10-04 15:48:59 +02:00
parent 2647b6ade5
commit 0c7959b0c3

View File

@@ -1,8 +1,5 @@
<template>
<section
class="px-2 h-auto bg-center bg-contain bg-no-repeat"
:style="{ 'background-image': 'url(' + img(section.image) + ')' }"
>
<section class="px-2 h-auto bg-center bg-contain bg-no-repeat">
<div class="flex flex-wrap lg:p-12 text-center -mx-auto">
<div class="text-center rounded lg:px-6 mt-10 lg:mt-0 mx-auto">
<h3
@@ -26,8 +23,8 @@
>
{{ section.subtitle }}
</h2>
<div class="my-10 grid lg:grid-cols-3 lg:gap-8">
<g-image :src="img(section.image)" />
<div class="grid lg:grid-cols-3 lg:gap-8">
<div class="..."></div>
<!-- capacity -->