From 9da420c624521d54ff9d4d8bd944bcd7a3a03b7e Mon Sep 17 00:00:00 2001 From: 53hornet Date: Sun, 12 Sep 2021 17:26:24 -0400 Subject: feat: update hire, updated css, tweaked payments --- includes/head.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'includes') 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; + } -- cgit v1.2.3