mv map
This commit is contained in:
@@ -1,37 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="text-gray-600 body-font relative mt-20">
|
<section class="text-gray-600 relative body-font">
|
||||||
<div class="absolute inset-0 bg-gray-300">
|
|
||||||
<iframe
|
|
||||||
width="100%"
|
|
||||||
height="100%"
|
|
||||||
frameborder="0"
|
|
||||||
marginheight="0"
|
|
||||||
marginwidth="0"
|
|
||||||
title="map"
|
|
||||||
scrolling="no"
|
|
||||||
:src="map.map"
|
|
||||||
style=""
|
|
||||||
></iframe>
|
|
||||||
</div>
|
|
||||||
<div class="container px-5 py-24 mx-auto flex">
|
<div class="container px-5 py-24 mx-auto flex">
|
||||||
<div
|
<div class="lg:w-1/2 mt-10 md:mt-0">
|
||||||
class="
|
<h2 class="text-gray-900 text-lg mb-1 font-large title-font">
|
||||||
lg:w-1/3
|
|
||||||
md:w-1/2
|
|
||||||
bg-white
|
|
||||||
rounded-lg
|
|
||||||
p-8
|
|
||||||
flex flex-col
|
|
||||||
md:ml-auto
|
|
||||||
w-full
|
|
||||||
mt-10
|
|
||||||
md:mt-0
|
|
||||||
relative
|
|
||||||
z-10
|
|
||||||
shadow-md
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<h2 class="text-gray-900 text-lg mb-1 font-medium title-font">
|
|
||||||
{{ contacts.title }}
|
{{ contacts.title }}
|
||||||
</h2>
|
</h2>
|
||||||
<p class="leading-relaxed text-gray-600">
|
<p class="leading-relaxed text-gray-600">
|
||||||
@@ -53,6 +24,21 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="relative" style="width: 100%; height: 450px">
|
||||||
|
<div class="absolute inset-0 bg-gray-300">
|
||||||
|
<iframe
|
||||||
|
width="100%"
|
||||||
|
height="100%"
|
||||||
|
frameborder="0"
|
||||||
|
marginheight="0"
|
||||||
|
marginwidth="0"
|
||||||
|
title="map"
|
||||||
|
scrolling="no"
|
||||||
|
:src="map.map"
|
||||||
|
style=""
|
||||||
|
></iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user