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; +} diff --git a/c3l_membership/templates/index.html b/c3l_membership/templates/index.html --- a/c3l_membership/templates/index.html +++ b/c3l_membership/templates/index.html @@ -86,8 +86,6 @@ {{ form.student }} {{ form.student.label.text|safe}} - -