Skip to content

Commit c2492c9

Browse files
committed
Nicer site slogan style
1 parent 74d6f63 commit c2492c9

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

dist/four-point-seven/styles/default.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ nav ol::after,
118118
}
119119
.site-header h3 {
120120
margin: 0.5em 0 0;
121+
font-family: "PT Serif", Georgia, serif;
122+
font-size: 1.25rem;
123+
font-style: italic;
124+
font-weight: normal;
125+
line-height: 1.4;
121126
}
122127
/**
123128
* Additional styling for child content within site footer.

src/scss/modules/_layout.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ body {
7575

7676
h3 {
7777
margin: 0.5em 0 0; // 12px margin top
78+
font-family: $font-serif;
79+
font-size: 1.25rem; // 20px / 16px
80+
font-style: italic;
81+
font-weight: normal;
82+
line-height: 1.4; // 28px / 20px
7883
}
7984
}
8085

0 commit comments

Comments
 (0)