ソースを参照

Examples: Reduced card title font size.

Mr.doob 5 年 前
コミット
46d340fa6f
1 ファイル変更2 行追加2 行削除
  1. 2 2
      files/main.css

+ 2 - 2
files/main.css

@@ -494,8 +494,8 @@ iframe {
 }
 
 .card .title {
-	padding: 8px 12px 8px;
-	font-size: 18px;
+	padding: 8px 12px 4px;
+	font-size: calc(var(--font-size) - 1px);
 	font-weight: 500;
 }