From e3c4b26eea843cb38ace57dc7f835d29ff2dd366 Mon Sep 17 00:00:00 2001 From: David Morris Date: Sun, 8 Oct 2023 12:53:22 +0100 Subject: [PATCH] Adding some more styling for #36 --- cmp/static/cmp/css/base.css | 17 +++++++++++++++-- templates/cmp/army-number-search.html | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/cmp/static/cmp/css/base.css b/cmp/static/cmp/css/base.css index cd7b774..0aea2fe 100644 --- a/cmp/static/cmp/css/base.css +++ b/cmp/static/cmp/css/base.css @@ -1,11 +1,24 @@ body { - font-family: 'IM Fell English', serif; + font-family: 'IM Fell English', Helvetica, serif; margin-left: 13%; margin-right: 13%; margin-top: 5%; + font-size: 18px; + } + h1 { + color: #8B0000; + } + h2 { + color: #8B0000; } .input-text { font-size: 24px; color: #8B0000 ; padding: 7px; -} \ No newline at end of file + } + .response-text { + font-size: 24px; + margin-top: 3%; + color: #8B0000 ; + padding: 7px; + } \ No newline at end of file diff --git a/templates/cmp/army-number-search.html b/templates/cmp/army-number-search.html index 9ed08af..cfee264 100644 --- a/templates/cmp/army-number-search.html +++ b/templates/cmp/army-number-search.html @@ -21,5 +21,5 @@

British Army Number Search Tool

-
+
{% endblock %} \ No newline at end of file