瀏覽代碼

Merge pull request #1780 from leviding/patch-1

fix: style typo error in home.module.scss
Yifei Zhang 1 年之前
父節點
當前提交
c198c33778
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/components/home.module.scss

+ 1 - 1
app/components/home.module.scss

@@ -141,7 +141,7 @@
 
 
 .sidebar-sub-title {
 .sidebar-sub-title {
   font-size: 12px;
   font-size: 12px;
-  font-weight: 400px;
+  font-weight: 400;
   animation: slide-in ease 0.3s;
   animation: slide-in ease 0.3s;
 }
 }