瀏覽代碼

styling edit, block shadow border radius, nav bg colour grey

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

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

@@ -1,6 +1,6 @@
1 1
 <template lang="pug">
2 2
 #theme.f-col
3
-    cia-nav
3
+    cia-nav.f-col
4 4
     cia-hero
5 5
     main.f-col
6 6
         router-view
@@ -42,6 +42,7 @@ html > body
42 42
             /* Block Shadow Thing */
43 43
             .shadow
44 44
                 box-shadow: rgb(34, 36, 37) 0px 0px 4px 0px
45
+                border-radius: 8px
45 46
     
46 47
             /* Content Pieces */
47 48
             .post
@@ -87,7 +88,8 @@ html > body
87 88
                         &.columns-4
88 89
                             .blocks-gallery-item
89 90
                                 width: 25% */
90
-                        
91
+            
92
+            /* Sidebar */
91 93
             > aside
92 94
                 background-color: salmon
93 95
                 margin: 0 0 0 $ms
@@ -102,8 +104,8 @@ html > body
102 104
 
103 105
     nav, footer
104 106
         &.main
105
-            background-color: #ccc
106
-            padding: $ms
107
+            background-color: grey
108
+            padding: 0 $ms
107 109
             width: 100%
108 110
             ul > li
109 111
                 padding: 0 $ms

Loading…
取消
儲存