소스 검색

footer styling adjustment

tags/1.0.0^2^2
Alej 3 년 전
부모
커밋
fdb1ab6355
1개의 변경된 파일25개의 추가작업 그리고 20개의 파일을 삭제
  1. 25
    20
      vue-theme/src/components/footer.vue

+ 25
- 20
vue-theme/src/components/footer.vue 파일 보기

@@ -1,7 +1,7 @@
1 1
 <template lang="pug">
2 2
 .footer-wrapper.t-up.t-sans
3 3
     footer.main.w-max.f-row.between
4
-        ul.f-col.start
4
+        ul.f-col
5 5
             //- address contact   
6 6
             li
7 7
                 h4 Craft in America
@@ -50,10 +50,10 @@
50 50
                     a(href="https://visitor.r20.constantcontact.com/d.jsp?llr=fyb4y9cab&p=oi&m=fyb4y9cab&sit=olvymhdeb&f=ee3616e1-10de-4a59-b451-1a882111b1f5", target="_blank") Join email list
51 51
                             
52 52
         //- menu links
53
-        ul.f-col.start
53
+        ul.f-col
54 54
             li
55 55
                 h5 
56
-                router-link(to="/episode") PBS Series
56
+                    router-link(to="/episode") PBS Series
57 57
                 ul.f-col.start 
58 58
                     li 
59 59
                         router-link(to="/episode") &nbsp; Episodes
@@ -64,16 +64,16 @@
64 64
             li 
65 65
                 h5
66 66
                     router-link(to="/artist") Artists
67
-                    ul.f-col.start
68
-                        li
69
-                            router-link(to="/artist/sorted/by-alpha") &nbsp; A-Z
70
-                        li
71
-                            router-link(to="/artist/sorted/by-material") &nbsp; by Material
67
+                ul.f-col
68
+                    li
69
+                        router-link(to="/artist/sorted/by-alpha") &nbsp; A-Z
70
+                    li
71
+                        router-link(to="/artist/sorted/by-material") &nbsp; by Material
72 72
 
73 73
             li
74 74
                 h5 
75
-                router-link(to="/exhibition") Exhibitions
76
-                ul.f-col.start
75
+                    router-link(to="/exhibition") Exhibitions
76
+                ul.f-col
77 77
                     li
78 78
                         router-link(to="/exhibition/sorted/by-current-and-upcoming") &nbsp; Current/Upcoming
79 79
                     li
@@ -81,8 +81,8 @@
81 81
 
82 82
             li
83 83
                 h5
84
-                router-link(to="/event") Center 
85
-                ul.f-col.start
84
+                    router-link(to="/event") Center 
85
+                ul.f-col
86 86
                     li
87 87
                         router-link(to="/exhibition") &nbsp; Exhibitions
88 88
                     li 
@@ -91,8 +91,8 @@
91 91
                         router-link(to="/event/sorted/by-type&talks") &nbsp; Talks &amp; Interviews
92 92
             li
93 93
                 h5
94
-                router-link(to="") Education 
95
-                ul.f-col.start
94
+                    router-link(to="") Education 
95
+                ul.f-col
96 96
                     li
97 97
                         router-link(to="/guide") &nbsp; Guides 
98 98
                     li 
@@ -101,8 +101,8 @@
101 101
 
102 102
             li
103 103
                 h5
104
-                router-link(to="") News
105
-                ul.f-col.start
104
+                    router-link(to="") News
105
+                ul.f-col
106 106
                     li
107 107
                         router-link(to="/blog") &nbsp; Blog Posts  
108 108
                     li 
@@ -138,6 +138,8 @@ export default {
138 138
     footer.main
139 139
         display: flex
140 140
         flex-wrap: wrap
141
+        align-items: flex-start 
142
+
141 143
         min-width: $min-width
142 144
         /* background-color: $cia_red */
143 145
         // ALL <ul> tags
@@ -153,10 +155,13 @@ export default {
153 155
                 padding: 0 $ms-0 $ms-3 $ms-0
154 156
             > li
155 157
                 color: $cia_white
156
-                padding: $ms-0 0 0
157
-                h5
158
-                    color: $cia_white
159
-                    margin: $ms-0 0 $ms--1
158
+                padding: 0 0 $ms--6
159
+                h4
160
+                    /* color: $cia_white */
161
+                    margin: $ms-0 0 $ms--3
162
+                h5 
163
+                    /* margin: $ms-0 0 $ms--1 */
164
+                    margin: $ms-0 0 0
160 165
                 a, a:link, a:visited
161 166
                     color: $cia_white
162 167
                     text-decoration: none

Loading…
취소
저장