Skip to content

Commit 2796ee2

Browse files
author
Ivan Stegic
committed
Add H3 and H4
1 parent 349802a commit 2796ee2

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# in the templates via {{ site.myvariable }}.
2020

2121
title: "Contractor’s Quick Start"
22-
subtitle: "Version 2.1.3, 11/08/21"
22+
subtitle: "Version 2.1.4, 11/09/21"
2323

2424
nav:
2525
- title: "Start Here"

assets/_src/sass/components/_article.scss

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,29 @@
2828
line-height: 106%;
2929
text-align: left;
3030
}
31+
32+
h3 {
33+
color: $color-mediumpurple;
34+
font-family: $font-family;
35+
font-size: 1.5rem;
36+
font-style: normal;
37+
font-weight: 500;
38+
letter-spacing: 0.5px;
39+
line-height: 106%;
40+
text-align: left;
41+
}
42+
43+
h4 {
44+
color: $color-electricpurple;
45+
font-family: $font-family;
46+
font-size: 1.2rem;
47+
font-style: normal;
48+
font-weight: 500;
49+
letter-spacing: 0.5px;
50+
line-height: 106%;
51+
text-align: left;
52+
text-transform: uppercase;
53+
}
3154

3255
p,
3356
li,

0 commit comments

Comments
 (0)