diff --git a/systers_portal/static/css/style.css b/systers_portal/static/css/style.css index 06dd49e3..3c80402f 100755 --- a/systers_portal/static/css/style.css +++ b/systers_portal/static/css/style.css @@ -235,6 +235,11 @@ body > .container-fluid { } } +/*Clear for preventing overlapping of divs +-------------------------------------------------- */ +.clear{ + clear:both; +} /* Common: about us, contact -------------------------------------------------- */ diff --git a/systers_portal/templates/account/verification_sent.html b/systers_portal/templates/account/verification_sent.html index e53bd339..6af7581b 100644 --- a/systers_portal/templates/account/verification_sent.html +++ b/systers_portal/templates/account/verification_sent.html @@ -2,6 +2,7 @@ {% block title %} - Verify Your E-mail Address{% endblock %} {% block content %} +

Verify Your E-mail Address