瀏覽代碼

footer styling adjustment to follow main layout

tags/0.9.0
Alej 5 年之前
父節點
當前提交
435ed8f1a0
共有 1 個檔案被更改,包括 13 行新增7 行删除
  1. 13
    7
      vue-theme/src/components/footer.vue

+ 13
- 7
vue-theme/src/components/footer.vue 查看文件

@@ -99,20 +99,26 @@
99 99
 @import '../sss/variables.sss'
100 100
 
101 101
 .footer-wrapper
102
-    > footer
103
-        width: $max-width
102
+    background-color: green
103
+    width: 100%
104
+    footer
104 105
         background-color: $cia_red
105
-        padding: 2em 2em 3em // top leftright bottom 
106
+        max-width: $max-width
107
+        width: 90%
108
+        padding: $ms 0
109
+        align-items: flex-start
106 110
 
107 111
         // ALL <ul> tags
108 112
         ul
113
+            background-color: grey
109 114
             list-style: none
110 115
 
111 116
         // OUTER <ul> tags
112 117
         > ul
113
-            padding: 0 0 1em 
114
-            &.f-row
115
-                align-items: start
118
+            padding: 0 0 1em
119
+            background-color: lightgrey 
120
+            /* &.f-row
121
+                align-items: start */
116 122
             > li
117 123
                 padding: 0 0.5em 0 0
118 124
                 h5
@@ -121,7 +127,7 @@
121 127
                     color: $cia_white
122 128
 
123 129
     .sub-footer
124
-        width: $max-width
130
+        width: 100%
125 131
         background-color: $cia_black
126 132
         padding: 0.5em
127 133
         text-align: center

Loading…
取消
儲存