Browse Source

Alignment & header intro size

master
JannekeDL 5 years ago
parent
commit
370d34ead8

+ 12
- 5
src/components/property/propertyPage.vue View File

@@ -6,11 +6,13 @@
6 6
       <br />
7 7
       <br />
8 8
       <br />
9
-      <br />
10 9
       <div class="row">
11 10
         <div class="col-md-12 col-lg-8">
12 11
           <div class="title-box-d">
13
-            <h1 class="title-d" style="text-align:left;">{{ property.shortDescription }}</h1>
12
+            <h1
13
+              class="title-d"
14
+              style="text-align:left; font-size: 250%"
15
+            >{{ property.shortDescription }}</h1>
14 16
           </div>
15 17
         </div>
16 18
       </div>
@@ -39,9 +41,13 @@
39 41
                     </div>
40 42
                   </div>
41 43
                 </div>
42
-                <div class="property-description" v-html="property.description" />
44
+                <div
45
+                  class="property-description"
46
+                  style="text-align:left"
47
+                  v-html="property.description"
48
+                />
43 49
                 <div v-for="display in property.displayData" :key="display.id">
44
-                  <div class="row section-t3">
50
+                  <div class="row section-t3" style="text-align:left">
45 51
                     <div class="col-sm-12">
46 52
                       <div class="title-box-d">
47 53
                         <h3 class="title-d">{{ display.groupName }}</h3>
@@ -238,10 +244,11 @@
238 244
                               </div>
239 245
                             </div>
240 246
                             <div class="col-md-12">
241
-                              <button type="submit" class="btn btn-a">Send Message</button>
247
+                              <button type="submit" class="btn btn-b-n">Send Message</button>
242 248
                             </div>
243 249
                           </div>
244 250
                         </form>
251
+                        <br />
245 252
                       </div>
246 253
                     </div>
247 254
                   </div>

+ 8
- 4
src/components/timeshare/resort/resortPage.vue View File

@@ -1,11 +1,15 @@
1 1
 <template>
2 2
   <!-- eslint-disable max-len -->
3 3
   <section>
4
-    <div class="container intro-single">
4
+    <div class="container">
5
+      <br />
6
+      <br />
7
+      <br />
8
+      <br />
5 9
       <div class="row">
6 10
         <div class="col-md-12 col-lg-8">
7
-          <div class="title-single-box">
8
-            <h1 class="title-single" style="text-align:left;">{{resort.prName}}</h1>
11
+          <div class="title-box-d">
12
+            <h1 class="title-d" style="text-align:left; font-size: 250%">{{resort.prName}}</h1>
9 13
           </div>
10 14
           <br />
11 15
         </div>
@@ -25,7 +29,7 @@
25 29
     <div class="myMargin">
26 30
       <div class="row">
27 31
         <div class="col-md-3">
28
-          <h3>Filter Resort</h3>
32
+          <h4>Filter Resort</h4>
29 33
           <form
30 34
             id="mainForm"
31 35
             method="POST"

+ 1
- 2
src/components/timeshare/resort/unitPage.vue View File

@@ -5,11 +5,10 @@
5 5
     <br />
6 6
     <br />
7 7
     <br />
8
-    <br />
9 8
     <div class="row">
10 9
       <div class="col-md-12 col-lg-8">
11 10
         <div class="title-box-d">
12
-          <h1 class="title-d" style="text-align:left;">{{resort.prName}}</h1>
11
+          <h1 class="title-d" style="text-align:left; font-size: 250%">{{resort.prName}}</h1>
13 12
         </div>
14 13
         <br />
15 14
       </div>

Loading…
Cancel
Save