浏览代码

Div containers amended

master
JannekeDL 5 年前
父节点
当前提交
08d072c2e5
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6
    6
      src/components/property/propertySearchPage.vue

+ 6
- 6
src/components/property/propertySearchPage.vue 查看文件

1
 <template>
1
 <template>
2
   <!-- eslint-disable max-len -->
2
   <!-- eslint-disable max-len -->
3
   <div class="container">
3
   <div class="container">
4
-    <div class="container col-md-10" v-if="propertyType === 'Residential'">
4
+    <div class="container col-md-12" v-if="propertyType === 'Residential'">
5
       <div class="col-sm-12">
5
       <div class="col-sm-12">
6
         <div class="about-img-box">
6
         <div class="about-img-box">
7
           <img
7
           <img
23
         <div class="col-md-12">
23
         <div class="col-md-12">
24
           <h1 class="my-4">About Residential Properties</h1>
24
           <h1 class="my-4">About Residential Properties</h1>
25
         </div>
25
         </div>
26
-        <div class="col-md-8 text-left">
26
+        <div class="container col-md-6 text-left">
27
           <p>
27
           <p>
28
             Uni-Vate Properties understands the necessity in property-seekers
28
             Uni-Vate Properties understands the necessity in property-seekers
29
             to find that perfect fit;
29
             to find that perfect fit;
48
             <router-link to="/property/Residential/Sale">Click Here</router-link>
48
             <router-link to="/property/Residential/Sale">Click Here</router-link>
49
           </p>
49
           </p>
50
         </div>
50
         </div>
51
-        <div class="col-md-4 text-center">
51
+        <div class="col-md-4">
52
           <p>
52
           <p>
53
             <img class="img-fluid" src="./../../../public/img/residential.jpg" alt="About Resale" />
53
             <img class="img-fluid" src="./../../../public/img/residential.jpg" alt="About Resale" />
54
           </p>
54
           </p>
71
       <br />
71
       <br />
72
     </div>
72
     </div>
73
 
73
 
74
-    <div class="container col-md-10" v-if="propertyType === 'Commercial'">
74
+    <div class="container col-md-12" v-if="propertyType === 'Commercial'">
75
       <div class="col-sm-12">
75
       <div class="col-sm-12">
76
         <div class="about-img-box">
76
         <div class="about-img-box">
77
           <img
77
           <img
93
         <div class="col-md-12">
93
         <div class="col-md-12">
94
           <h1 class="my-4">About Commercial Properties</h1>
94
           <h1 class="my-4">About Commercial Properties</h1>
95
         </div>
95
         </div>
96
-        <div class="col-md-8 text-left">
96
+        <div class="container col-md-6 text-left">
97
           <p>
97
           <p>
98
             Commercial properties are characteristically any larger properties that
98
             Commercial properties are characteristically any larger properties that
99
             generate profit through leasing or rental activities. These properties
99
             generate profit through leasing or rental activities. These properties
116
             <router-link to="/property/Commercial/Sale">Click Here</router-link>
116
             <router-link to="/property/Commercial/Sale">Click Here</router-link>
117
           </p>
117
           </p>
118
         </div>
118
         </div>
119
-        <div class="col-md-4 text-center">
119
+        <div class="col-md-4">
120
           <p>
120
           <p>
121
             <img class="img-fluid" src="./../../../public/img/commercial.jpg" alt="About Resale" />
121
             <img class="img-fluid" src="./../../../public/img/commercial.jpg" alt="About Resale" />
122
           </p>
122
           </p>

正在加载...
取消
保存