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