diff --git a/templates/base.html b/templates/base.html index e58c43f..bf49bc3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,8 +15,12 @@ margin-left: 13%; margin-right: 13%; margin-top: 5%; - } + .input-text { + font-size: 24px; + color: #8B0000 ; + padding: 7px; +} {% endblock %} diff --git a/templates/cmp/army-number-search.html b/templates/cmp/army-number-search.html index eaafa5d..5bfa2c1 100644 --- a/templates/cmp/army-number-search.html +++ b/templates/cmp/army-number-search.html @@ -4,7 +4,7 @@
{% load static %} -The Flag of the British Army. A lion wearing a crown on two crossed swords. +The Flag of the British Army. A lion wearing a crown on two crossed swords.

British Army Number Search Tool

@@ -14,4 +14,10 @@

British Army Number Search Tool

Enter an army number to find out what unit/regiment block the number was assigned from (upto WW2) or approximately when the soldier joined the army (post WW2).

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