Fix map
This commit is contained in:
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user