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 @@ -34,3 +34,11 @@ p { border: 1px solid #dc3545; color: #3d0309; } + +.text-xlarge { + font-size: 125%; +} + +.text-justify { + text-align: justify; +}