瀏覽代碼

removed .f-col helpers from nav and main

tags/0.9.0
Alej 5 年之前
父節點
當前提交
79580a35fd
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      vue-theme/src/app.vue

+ 2
- 2
vue-theme/src/app.vue 查看文件

@@ -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…
取消
儲存