浏览代码

logotype typography update, font weight and size adjust

tags/0.9.0
Alej 4 年前
父节点
当前提交
6c9293a725
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7
    2
      vue-theme/src/components/navigation/navigation.vue

+ 7
- 2
vue-theme/src/components/navigation/navigation.vue 查看文件

@@ -80,21 +80,26 @@ nav.main
80 80
         a
81 81
             text-decoration: none
82 82
             h1
83
-                font-size: $ms-0
83
+                /* font-size: $ms-1 */
84
+                font-weight: 400
84 85
                 color: $cia_red
85 86
             img
86 87
                 width: $ms-3
87 88
                 height: $ms-3
88 89
                 padding: 0
89 90
     
90
-    .menu
91
+    .menu   
91 92
         display: none
93
+        h1
94
+            font-size: $ms-1 
92 95
         > ul
93 96
             padding: 0 $ms-1
94 97
     
95 98
     .mobile-menu
96 99
         img 
97 100
             margin: 0 $ms--5 0 $ms-0
101
+        h1
102
+            font-size: $ms-2
98 103
         label
99 104
             position: absolute
100 105
             right: 0

正在加载...
取消
保存