Skip to content

Commit 1869874

Browse files
Increase letter spacing for h2 and h1
1 parent d7d634a commit 1869874

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/styles/app.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,14 @@ section header {
271271
display: inline-block;
272272
}
273273

274+
header h1 {
275+
letter-spacing: 1px;
276+
}
277+
274278
section header h2 {
275279
margin: 0;
276280
padding: 0;
277-
letter-spacing: normal;
281+
letter-spacing: 1px;
278282
}
279283

280284
.highlight {

0 commit comments

Comments
 (0)