Kaynağa Gözat

sub-footer layout changed

removed ul li and kept copy to just p
tags/0.9.0
Alej 5 yıl önce
ebeveyn
işleme
3047ce0ad4
1 değiştirilmiş dosya ile 5 ekleme ve 11 silme
  1. 5
    11
      vue-theme/src/components/footer.vue

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

@@ -87,9 +87,7 @@
87 87
                         li
88 88
                             a(href="http://eepurl.com/hpwhn5") Join email list
89 89
     .sub-footer
90
-        ul
91
-            li
92
-                p Craft in America © 2010–2021
90
+        p Craft in America © 2010–2021
93 91
 
94 92
 </template>
95 93
 
@@ -123,14 +121,10 @@ footer
123 121
 .sub-footer
124 122
     width: $max-width
125 123
     background-color: $cia_black
126
-    border-color: $cia_white
127 124
     padding: 0.5em
128
-    ul
129
-        list-style: none
130
-        li
131
-            p
132
-                font-size: 0.8em
133
-                text-align: center
134
-                color: $cia_grey
125
+    text-align: center
126
+    p
127
+        font-size: 0.8em
128
+        color: $cia_grey
135 129
 
136 130
 </style>

Loading…
İptal
Kaydet