Skip to content

Commit bef20c4

Browse files
committed
Toned down h2-h4 sizes
1 parent 1d2c8ce commit bef20c4

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

scss/style.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,15 @@ h1 {
4848
}
4949

5050
h2 {
51-
font-size: 26px;
52-
}
53-
54-
h3 {
5551
font-size: 22px;
5652
}
5753

58-
h4 {
54+
h3 {
5955
font-size: 18px;
6056
font-weight: 600;
6157
}
6258

63-
h5 {
59+
h4 {
6460
font-size: 18px;
6561
color: $gray;
6662
font-weight: 600;

style.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -342,16 +342,13 @@ h1 {
342342
color: inherit; }
343343

344344
h2 {
345-
font-size: 26px; }
346-
347-
h3 {
348345
font-size: 22px; }
349346

350-
h4 {
347+
h3 {
351348
font-size: 18px;
352349
font-weight: 600; }
353350

354-
h5 {
351+
h4 {
355352
font-size: 18px;
356353
color: #666666;
357354
font-weight: 600; }

0 commit comments

Comments
 (0)