|
@@ -1,17 +1,20 @@
|
1
|
1
|
<template>
|
2
|
2
|
<!-- eslint-disable max-len -->
|
3
|
3
|
<div v-if="property">
|
4
|
|
- <section class="intro-single">
|
5
|
|
- <div class="container">
|
6
|
|
- <div class="row">
|
7
|
|
- <div class="col-md-12 col-lg-8">
|
8
|
|
- <div class="title-single-box">
|
9
|
|
- <h1 class="title-single">{{ property.shortDescription }}</h1>
|
10
|
|
- </div>
|
|
4
|
+ <div class="container">
|
|
5
|
+ <br />
|
|
6
|
+ <br />
|
|
7
|
+ <br />
|
|
8
|
+ <br />
|
|
9
|
+ <br />
|
|
10
|
+ <div class="row">
|
|
11
|
+ <div class="col-md-12 col-lg-8">
|
|
12
|
+ <div class="title-box-d">
|
|
13
|
+ <h1 class="title-d" style="text-align:left;">{{ property.shortDescription }}</h1>
|
11
|
14
|
</div>
|
12
|
15
|
</div>
|
13
|
16
|
</div>
|
14
|
|
- </section>
|
|
17
|
+ </div>
|
15
|
18
|
<!--/ Intro Single End /-->
|
16
|
19
|
|
17
|
20
|
<!--/ property Single Star /-->
|
|
@@ -32,7 +35,7 @@
|
32
|
35
|
<div class="row">
|
33
|
36
|
<div class="col-sm-12">
|
34
|
37
|
<div class="title-box-d">
|
35
|
|
- <h3 class="title-d">Property Description</h3>
|
|
38
|
+ <h3 class="title-d" style="text-align:left">Property Description</h3>
|
36
|
39
|
</div>
|
37
|
40
|
</div>
|
38
|
41
|
</div>
|
|
@@ -71,7 +74,7 @@
|
71
|
74
|
<div class="row">
|
72
|
75
|
<div class="col-sm-12">
|
73
|
76
|
<div class="title-box-d section-t4">
|
74
|
|
- <h3 class="title-d">Summary</h3>
|
|
77
|
+ <h3 class="title-d" style="text-align:left">Summary</h3>
|
75
|
78
|
</div>
|
76
|
79
|
</div>
|
77
|
80
|
</div>
|
|
@@ -126,7 +129,7 @@
|
126
|
129
|
<div class="row section-t3">
|
127
|
130
|
<div class="col-sm-12">
|
128
|
131
|
<div class="title-box-d">
|
129
|
|
- <h3 class="title-d">Contact Agent</h3>
|
|
132
|
+ <h3 class="title-d" style="text-align:left">Contact Agent</h3>
|
130
|
133
|
</div>
|
131
|
134
|
</div>
|
132
|
135
|
</div>
|