Skip to content

Commit

Permalink
Examples: Reduced card title font size.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 25, 2020
1 parent 6dbb554 commit 46d340f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/main.css
Expand Up @@ -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;
}

Expand Down

0 comments on commit 46d340f

Please sign in to comment.