From 14d65ebfde978d9e54050f7030f01a912b58a4ee Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 20 Sep 2022 21:15:32 +0100 Subject: [PATCH] Changed form styling --- issue.php | 4 ++-- styles/style.css | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/issue.php b/issue.php index 7fc48da..22bb965 100644 --- a/issue.php +++ b/issue.php @@ -40,12 +40,12 @@

Give as much detail as possible so we can try to fix the problem.

" method="post"> - Subject: + Subject:


- Details: + Details:

diff --git a/styles/style.css b/styles/style.css index 6eaab4b..2124cae 100644 --- a/styles/style.css +++ b/styles/style.css @@ -34,11 +34,16 @@ body { .form-text-large { text-align: left; border: black; - border-radius: 20px; + border-radius: 5px; padding: 5px; font-size: 16px; } +.form-info { + font-size: 16px; + font-weight: bold; +} + .lookup-button { background-color: #3c78d8; color: #f6f5f4;