Browse Source

Examples: Reduced card title font size.

Mr.doob 5 years ago
parent
commit
46d340fa6f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      files/main.css

+ 2 - 2
files/main.css

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