summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-09-12 17:26:24 -0400
committer53hornet <atc@53hor.net>2021-09-12 17:26:24 -0400
commit9da420c624521d54ff9d4d8bd944bcd7a3a03b7e (patch)
tree67f820c5b4eab772b8479dc17c52e06525abbee3 /includes
parent2901cf43bf45ff322fb62286c3bf1594b55c20ee (diff)
download53hor-9da420c624521d54ff9d4d8bd944bcd7a3a03b7e.tar.xz
53hor-9da420c624521d54ff9d4d8bd944bcd7a3a03b7e.zip
feat: update hire, updated css, tweaked payments
Diffstat (limited to 'includes')
-rw-r--r--includes/head.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/includes/head.php b/includes/head.php
index c0a614b..c5e5287 100644
--- a/includes/head.php
+++ b/includes/head.php
@@ -150,6 +150,23 @@
width: 24px;
height: 24px;
}
+
+ .form {
+ text-align: center;
+ }
+
+ .form input {
+ font-size: 1em;
+ margin-top: 1em;
+ border-radius: 3em;
+ box-sizing: border-box;
+ padding: 0.5em;
+ border: 0;
+ }
+
+ .form .description {
+ display: none;
+ }
</style>
<meta charset="utf-8" />