소스 검색

footer style layout

list padding adjust
tags/0.9.0
Alej 5 년 전
부모
커밋
beb8caa589
1개의 변경된 파일3개의 추가작업 그리고 6개의 파일을 삭제
  1. 3
    6
      vue-theme/src/components/footer.vue

+ 3
- 6
vue-theme/src/components/footer.vue 파일 보기

@@ -101,18 +101,15 @@
101 101
         width: $max-width
102 102
         background-color: $cia_red
103 103
         padding: 2em 2em 3em // top leftright bottom
104
-        ul
105
-            list-style: none
104
+        > ul
106 105
             margin: 0 0 1em 
107
-            li
108
-                top: 0
106
+            > li
107
+                list-style: none
109 108
                 padding: 0 0.5em 0
110
-                margin: 0
111 109
                 h5
112 110
                     color: $cia_white
113 111
                 a
114 112
                     color: $cia_white
115
-
116 113
     .sub-footer
117 114
         width: $max-width
118 115
         background-color: $cia_black

Loading…
취소
저장