Skip to content

Commit c3cf8fa

Browse files
committed
change font size
1 parent c3e3140 commit c3cf8fa

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

_sass/common.scss

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,13 @@ header,
133133
color: $secondaryBrandColor;
134134
}
135135
//footer rules
136-
#footer a {
137-
font-size: $FONT_SIZE_S;
138-
font-weight: 400;
139-
color: $contentInverseColor;
136+
#footer {
137+
#footer-regulatory a {
138+
font-size: $FONT_SIZE_XS;
139+
}
140+
a {
141+
font-size: $FONT_SIZE_S;
142+
font-weight: 400;
143+
color: $contentInverseColor;
144+
}
140145
}

0 commit comments

Comments
 (0)