Kaynağa Gözat

footer style layout

list alignment adjust
tags/0.9.0
Alej 5 yıl önce
ebeveyn
işleme
70dc1944de
1 değiştirilmiş dosya ile 7 ekleme ve 4 silme
  1. 7
    4
      vue-theme/src/components/footer.vue

+ 7
- 4
vue-theme/src/components/footer.vue Dosyayı Görüntüle

@@ -100,22 +100,25 @@
100 100
     > footer
101 101
         width: $max-width
102 102
         background-color: $cia_red
103
-        padding: 2em 2em 3em // top leftright bottom
104
-        
103
+        padding: 2em 2em 3em // top leftright bottom 
104
+
105
+        > ul.f-row
106
+            align-items: left
107
+
105 108
         // ALL <ul> tags
106 109
         ul
107 110
             list-style: none
108 111
 
109 112
         // OUTER <ul> tags
110 113
         > ul
111
-            margin: 0 0 1em 
114
+            padding: 0 0 1em 
112 115
             > li
113 116
                 padding: 0 0.5em 0
114 117
                 h5
115 118
                     color: $cia_white
116 119
                 a
117 120
                     color: $cia_white
118
-                    
121
+
119 122
     .sub-footer
120 123
         width: $max-width
121 124
         background-color: $cia_black

Loading…
İptal
Kaydet