Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 992414e

Browse files
committed
fix(contact): style tweaks to get in touch text
1 parent 3506692 commit 992414e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/pages/app-contact/app-contact.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@
139139
h2 {
140140
padding-top: 1rem;
141141
margin-bottom: 2rem;
142-
font-weight: initial !important;
142+
font-family: Muli;
143+
font-size: 28px;
144+
font-weight: 400 !important;
143145
}
144146

145147
button.btn-submit {
@@ -150,6 +152,9 @@
150152

151153
p {
152154
margin-bottom: 2rem;
155+
font-family: Muli;
156+
font-size: 16px;
157+
font-weight: 400;
153158
}
154159

155160
@include media-breakpoint-down(md) {

0 commit comments

Comments
 (0)