about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorgbmor <ahriman@falte.red>2020-05-20 03:34:55 -0400
committergbmor <ahriman@falte.red>2020-05-20 03:34:55 -0400
commit58f27464ae755ab7fe865642f403c9f60c80b56e (patch)
tree7981a3d547109fd1c44df23c0a4bb20b6f227aec
parentb66a62175a2b83928b5f52077def712248e999e1 (diff)
downloadsite-58f27464ae755ab7fe865642f403c9f60c80b56e.tar.gz
added heading text to signup page
-rwxr-xr-xsignup.php1
-rw-r--r--tilde.css2
2 files changed, 1 insertions, 2 deletions
diff --git a/signup.php b/signup.php
index 7a50fe7..cea7c56 100755
--- a/signup.php
+++ b/signup.php
@@ -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>
diff --git a/tilde.css b/tilde.css
index 16f1f09..0ab3033 100644
--- a/tilde.css
+++ b/tilde.css
@@ -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 {