Browse Source

footer change and css addition

master
Bruce Lywood 5 years ago
parent
commit
49ff808a2d
2 changed files with 9 additions and 9 deletions
  1. 2
    2
      public/css/style.css
  2. 7
    7
      src/components/shared/footerSection.vue

+ 2
- 2
public/css/style.css View File

1589
 .form {
1589
 .form {
1590
     position: relative;
1590
     position: relative;
1591
     z-index: 1;
1591
     z-index: 1;
1592
-    background: rgb(236, 233, 233);
1592
+    background: #F8F9F9;
1593
     max-width: 360px;
1593
     max-width: 360px;
1594
     margin: 0 auto 100px;
1594
     margin: 0 auto 100px;
1595
     padding: 45px;
1595
     padding: 45px;
1600
 .regform {
1600
 .regform {
1601
     position: relative;
1601
     position: relative;
1602
     z-index: 1;
1602
     z-index: 1;
1603
-    background: rgb(236, 233, 233);
1603
+    background: #F8F9F9;
1604
     max-width: 600px;
1604
     max-width: 600px;
1605
     margin: 0 auto 100px;
1605
     margin: 0 auto 100px;
1606
     padding: 45px;
1606
     padding: 45px;

+ 7
- 7
src/components/shared/footerSection.vue View File

74
               </div>
74
               </div>
75
               <div class="w-body-a">
75
               <div class="w-body-a">
76
                 <ul class="list-unstyled">
76
                 <ul class="list-unstyled">
77
-                  <li class="item-list-a">
77
+                  <li class="item-list-a" style="margin-bottom: 1em">
78
                     <a href="https:\\www.daelive.com">
78
                     <a href="https:\\www.daelive.com">
79
                       <img
79
                       <img
80
                         class="img-fluid"
80
                         class="img-fluid"
84
                       />
84
                       />
85
                     </a>
85
                     </a>
86
                   </li>
86
                   </li>
87
-                  <br />
88
-                  <li class="item-list-a">
87
+
88
+                  <li class="item-list-a" style="margin-bottom: 1em">
89
                     <a href="https:\\www.gomelo.co.za">
89
                     <a href="https:\\www.gomelo.co.za">
90
                       <img
90
                       <img
91
                         class="img-fluid"
91
                         class="img-fluid"
95
                       />
95
                       />
96
                     </a>
96
                     </a>
97
                   </li>
97
                   </li>
98
-                  <br />
99
-                  <li class="item-list-a">
98
+
99
+                  <li class="item-list-a" style="margin-bottom: 1em">
100
                     <a href="https:\\www.rci.co.za">
100
                     <a href="https:\\www.rci.co.za">
101
                       <img
101
                       <img
102
                         class="img-fluid"
102
                         class="img-fluid"
106
                       />
106
                       />
107
                     </a>
107
                     </a>
108
                   </li>
108
                   </li>
109
-                  <br />
110
-                  <li class="item-list-a">
109
+
110
+                  <li class="item-list-a" style="margin-bottom: 1em">
111
                     <a href="https:\\www.voasa.co.za">
111
                     <a href="https:\\www.voasa.co.za">
112
                       <img
112
                       <img
113
                         class="img-fluid"
113
                         class="img-fluid"

Loading…
Cancel
Save