Explorar el Código

footer styling adjust

tags/0.9.0
Alej hace 4 años
padre
commit
4e5517fc7e
Se han modificado 1 ficheros con 37 adiciones y 37 borrados
  1. 37
    37
      vue-theme/src/components/footer.vue

+ 37
- 37
vue-theme/src/components/footer.vue Ver fichero

@@ -1,6 +1,6 @@
1 1
 <template lang="pug">
2 2
 .footer-wrapper.t-up.t-sans
3
-    footer.main.w-max
3
+    footer.main.w-max.f-row.between
4 4
         ul.f-col.start
5 5
             //- address contact   
6 6
             li
@@ -53,14 +53,14 @@
53 53
         ul.f-col.start
54 54
             li
55 55
                 h5 
56
-                    router-link(to="/episode") PBS Series
57
-                    ul.f-col.start 
58
-                        li 
59
-                            router-link(to="/episode") &nbsp; Episodes
60
-                        li 
61
-                            router-link(to="/short") &nbsp; Shorts
62
-                        li 
63
-                            router-link(to="/technique") &nbsp; Techniques
56
+                router-link(to="/episode") PBS Series
57
+                ul.f-col.start 
58
+                    li 
59
+                        router-link(to="/episode") &nbsp; Episodes
60
+                    li 
61
+                        router-link(to="/short") &nbsp; Shorts
62
+                    li 
63
+                        router-link(to="/technique") &nbsp; Techniques
64 64
             li 
65 65
                 h5
66 66
                     router-link(to="/artist") Artists
@@ -72,43 +72,43 @@
72 72
 
73 73
             li
74 74
                 h5 
75
-                    router-link(to="/exhibition") Exhibitions
76
-                    ul.f-col.start
77
-                        li
78
-                            router-link(to="/exhibition/sorted/by-current-and-upcoming") &nbsp; Current/Upcoming
79
-                        li
80
-                            router-link(to="/object/") &nbsp; Objects
75
+                router-link(to="/exhibition") Exhibitions
76
+                ul.f-col.start
77
+                    li
78
+                        router-link(to="/exhibition/sorted/by-current-and-upcoming") &nbsp; Current/Upcoming
79
+                    li
80
+                        router-link(to="/object/") &nbsp; Objects
81 81
 
82 82
             li
83 83
                 h5
84
-                    router-link(to="/event") Center 
85
-                    ul.f-col.start
86
-                        li
87
-                            router-link(to="/exhibition") &nbsp; Exhibitions
88
-                        li 
89
-                            router-link(to="/event/sorted/by-current-and-upcoming") &nbsp; Events 
90
-                        li
91
-                            router-link(to="/event/sorted/by-type&talks") &nbsp; Talks &amp; Interviews
84
+                router-link(to="/event") Center 
85
+                ul.f-col.start
86
+                    li
87
+                        router-link(to="/exhibition") &nbsp; Exhibitions
88
+                    li 
89
+                        router-link(to="/event/sorted/by-current-and-upcoming") &nbsp; Events 
90
+                    li
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
96
-                        li
97
-                            router-link(to="/guide") &nbsp; Guides 
98
-                        li 
99
-                            router-link(to="/publication") &nbsp; Publications 
94
+                router-link(to="") Education 
95
+                ul.f-col.start
96
+                    li
97
+                        router-link(to="/guide") &nbsp; Guides 
98
+                    li 
99
+                        router-link(to="/publication") &nbsp; Publications 
100 100
 
101 101
 
102 102
             li
103 103
                 h5
104
-                    router-link(to="") News
105
-                    ul.f-col.start
106
-                        li
107
-                            router-link(to="/blog") &nbsp; Blog Posts  
108
-                        li 
109
-                            router-link(to="/blog/sorted/by-type&releases") &nbsp; Press Releases 
110
-                        li 
111
-                            router-link(to="/blog/sorted/by-type&articles") &nbsp; In the News 
104
+                router-link(to="") News
105
+                ul.f-col.start
106
+                    li
107
+                        router-link(to="/blog") &nbsp; Blog Posts  
108
+                    li 
109
+                        router-link(to="/blog/sorted/by-type&releases") &nbsp; Press Releases 
110
+                    li 
111
+                        router-link(to="/blog/sorted/by-type&articles") &nbsp; In the News 
112 112
 
113 113
     .sub-footer.f-col.start
114 114
         h6 Craft in America &copy; 2010&ndash;{{ today }} 

Loading…
Cancelar
Guardar