Sfoglia il codice sorgente

removed .f-col helpers from nav and main

tags/0.9.0
Alej 5 anni fa
parent
commit
79580a35fd
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      vue-theme/src/app.vue

+ 2
- 2
vue-theme/src/app.vue Vedi File

@@ -1,8 +1,8 @@
1 1
 <template lang="pug">
2 2
 #theme.f-col
3
-    cia-nav.f-col
3
+    cia-nav
4 4
     cia-hero
5
-    main.f-col
5
+    main
6 6
         router-view
7 7
     cia-footer
8 8
 </template>

Loading…
Annulla
Salva