added heading text to signup page

This commit is contained in:
gbmor 2020-05-20 03:34:55 -04:00
parent b66a62175a
commit 58f27464ae
2 changed files with 1 additions and 2 deletions

View File

@ -15,6 +15,7 @@
<div id="container">
<?php include("header.html"); ?>
<div id="content" class="signup">
<h1>Request an Account</h1>
<p>
If you haven't received the welcome email within 24 hours, please check your spam folder.
</p>

View File

@ -80,7 +80,6 @@ body {
.faq h1 {
font-size: 1.75em;
text-align: center;
margin-top: 3rem;
margin-bottom: -1.5rem;
}
a:link {
@ -144,7 +143,6 @@ h4 {
.signup {
text-align: center;
padding-top: 2rem;
}
.signup input {