From 57a916784dfb338207472f27a9e16c8f3e83b131 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 20 Oct 2022 21:52:31 +0100 Subject: [PATCH] Set footer p font --- style/new_style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style/new_style.css b/style/new_style.css index 0bc1fd2..7f9506b 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -133,9 +133,10 @@ footer { } footer p { padding: 0; - margin-top: 6px; + margin-top: 9px; text-align: center; color: azure; + font-family: monospace } @media screen and (min-height: 600px) { footer {