Skip to content

Commit 0c75091

Browse files
committed
make privacy text consistent
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
1 parent fd64a06 commit 0c75091

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

_sass/footer.scss

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,18 @@
316316
p.newsletter__privacy {
317317
max-width: 860px;
318318
margin-top: 30px;
319+
line-height: 21px;
319320
font-size: 14px;
320321
color: #dfdfdf;
321322
a {
322-
font-weight: 800;
323-
}
324-
}
323+
color: #dfdfdf;
324+
font-weight: 600;
325+
&:hover {
326+
color: #dfdfdf;
327+
font-weight: 600;
328+
}
329+
}
330+
}
325331

326332
// form container.
327333
.hbspt-form {

0 commit comments

Comments
 (0)