Skip to content

Commit 8e7f539

Browse files
committed
adjust policy size
1 parent 89951ee commit 8e7f539

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

css/main.css

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@
5656
}
5757

5858
.fs-7 {
59-
font-size: .8rem
59+
font-size: 0.8rem
60+
}
61+
62+
.fs-8 {
63+
font-size: 0.6rem
6064
}
6165

6266
.lead {
@@ -490,6 +494,20 @@ body>section {
490494

491495
/* Contact */
492496

497+
.grecaptcha-badge {
498+
visibility: hidden;
499+
}
500+
501+
.g-recaptcha-terms, .g-recaptcha-terms a
502+
{
503+
color: gray !important;
504+
}
505+
506+
.g-recaptcha-terms a
507+
{
508+
text-decoration:underline
509+
}
510+
493511
.contact {
494512
padding-bottom: 0
495513
}

css/media-queries.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
font-size: 0.7rem !important;
4747
}
4848

49+
.fs-8 {
50+
font-size: 0.5rem !important;
51+
}
52+
4953
body>section {
5054
padding: 10px 0 !important;
5155
}

0 commit comments

Comments
 (0)