瀏覽代碼

Made font-size for desktop-size header smaller.

KrisVos130 7 年之前
父節點
當前提交
f452557906
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      frontend/app/styles/navbar.scss

+ 4 - 4
frontend/app/styles/navbar.scss

@@ -118,10 +118,10 @@ header {
 			position: unset;
 			position: unset;
 
 
 			a {
 			a {
-				height: 38px;
-				line-height: 38px;
-				font-size: 29px;
-				padding: 13px;
+				height: 24px;
+				line-height: 24px;
+				font-size: 18px;
+				padding: 20px 10px;
 			}
 			}
 		}
 		}
 	}
 	}