diff --git a/c3l_membership/static/style.css b/c3l_membership/static/style.css --- a/c3l_membership/static/style.css +++ b/c3l_membership/static/style.css @@ -42,3 +42,12 @@ p { .text-justify { text-align: justify; } + +legend { + font-weight: bold; + font-size: 1.25em; +} + +h4 { + margin-bottom: 0.5em; +}