-
Task
-
Resolution: Done
-
Should have
-
2
-
Sprint #71
I was just checking the EN happy space work. https://k8s.p4.greenpeace.org/en-test/ The sub heading text needs to be larger than the checkbox text.
Here's what I did in Inspector*Check box text *
.enform form .form-check-label-block input[type="checkbox"] + .custom-control-description {
font-size: .85rem;
}
*Happy space sub title*
.enform p {
font-family: Roboto,sans-serif;
line-height: 18px;
text-align: left;
margin-bottom: 24px;
font-size: 1rem;
}