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;