Parcourir la source

removed .f-col helpers from nav and main

tags/0.9.0
Alej il y a 5 ans
Parent
révision
79580a35fd
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      vue-theme/src/app.vue

+ 2
- 2
vue-theme/src/app.vue Voir le fichier

@@ -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>

Chargement…
Annuler
Enregistrer