Skip to content

Commit 77d9f69

Browse files
committed
refactor: remove custom heading size & update margin
1 parent 3a0c556 commit 77d9f69

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/app/plain-language/plain-language.component.scss

+3-10
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,10 @@ a.back-link {
1414
align-items: center;
1515
}
1616

17-
h3, h4 {
17+
h1, h2 {
1818
margin-top: 2rem;
1919
}
2020

21-
h3 {
22-
font-weight: bold;
23-
font-size: 1.75rem!important;
24-
}
25-
26-
h4 {
27-
color: $primary;
28-
font-weight: bolder;
29-
font-size: 1.5rem;
21+
h3, h4 {
22+
margin-top: 1rem;
3023
}

0 commit comments

Comments
 (0)