From a4668b7d939af7126fcf6764a915bf4a0523d19f Mon Sep 17 00:00:00 2001 From: rav4s Date: Fri, 18 Dec 2020 13:31:29 -0600 Subject: [PATCH] Fixing footer styles --- static/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/styles.css b/static/styles.css index 3c50561..8697478 100644 --- a/static/styles.css +++ b/static/styles.css @@ -21,6 +21,17 @@ a { border-radius: 4px; } +.none { + float: none; + color: dodgerblue; + text-align: inherit; + padding: 0px; + text-decoration: none; + font-size: 16px; + line-height: 0px; + border-radius: 0px; +} + a.text { font-size: 25px; font-weight: bold;