Skip to content

Commit 90a3389

Browse files
fix(style): explicit font size for h1 tags
1 parent 9cae621 commit 90a3389

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

static/css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ h1, h2, h3 {
3030
font-family: 'Lato', sans-serif;
3131
}
3232

33+
:where(h1) {
34+
font-size: 2em;
35+
margin-block: 0.67em;
36+
}
37+
3338
h1 a, h2 a, h3 a {
3439
color: inherit;
3540
text-decoration: none;

0 commit comments

Comments
 (0)