From f5a8bcdec3cb5aa96d660d283f4d07bdf60edf74 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 20 Sep 2022 21:12:38 +0100 Subject: [PATCH] Changed form styling. --- issue.php | 4 ++-- styles/style.css | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/issue.php b/issue.php index bb79d6d..7fc48da 100644 --- a/issue.php +++ b/issue.php @@ -42,12 +42,12 @@
" method="post"> Subject:
- +

Details:
- +
On submission of this form, your browsers User Agent string will be collected alongside the information you provide above and will be diff --git a/styles/style.css b/styles/style.css index d84e419..6eaab4b 100644 --- a/styles/style.css +++ b/styles/style.css @@ -23,6 +23,22 @@ body { text-transform: uppercase; } +.form-text-small { + text-align: center; + border: black; + border-radius: 20px; + padding: 10px; + font-size: 18px; +} + +.form-text-large { + text-align: left; + border: black; + border-radius: 20px; + padding: 5px; + font-size: 16px; +} + .lookup-button { background-color: #3c78d8; color: #f6f5f4;