Skip to content

Commit 31cbd8b

Browse files
committed
Update font size of links on confirmation page
1 parent f812c8f commit 31cbd8b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

web-assets/css/styles.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,14 @@ select::-ms-expand {
199199
height: 30px;
200200
}
201201

202+
.copyright-text {
203+
font-size: 12px;
204+
}
205+
206+
.privacy-policy {
207+
font-size: 12px;
208+
}
209+
202210
.footer {
203211
color: #2a2a2a;
204212
display: flex;
@@ -519,7 +527,7 @@ select::-ms-expand {
519527
padding-bottom: 10px;
520528
}
521529
.footer .copyright-text,
522-
.footer .privacy-polic {
530+
.footer .privacy-policy {
523531
margin-bottom: 10px;
524532
}
525533
}

0 commit comments

Comments
 (0)