Skip to content

Commit 920a644

Browse files
committed
Update H3 CSS for Newsletter
1 parent e609594 commit 920a644

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_sass/_newsletter.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
h2 {
66
font-size: $base-font-size * $small-font-ratio;
77
}
8+
h3 {
9+
font-size: $base-font-size * $smaller-font-ratio;
10+
}
811
hr {
912
margin-bottom: 20px;
1013
margin-top: 20px;

css/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ $headline-font-family: 'Merriweather', serif;
1010
$base-font-size: 18px;
1111
$font-ratio: 1.3;
1212
$small-font-ratio: 1.2;
13+
$smaller-font-ratio: 1.1;
1314
$small-font-size: $base-font-size / $font-ratio;
1415
$base-line-height: 1.5;
1516

0 commit comments

Comments
 (0)