From 4e1cb533011582bd9c3b5855bfcd2cf48dc2292d Mon Sep 17 00:00:00 2001 From: samba Date: Sun, 17 Jun 2018 18:10:41 -0600 Subject: [PATCH] footer and quote style fix --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b3d7849..40c17db 100644 --- a/style.css +++ b/style.css @@ -73,9 +73,13 @@ body { transform: translate(-50%,0%); } footer { - text-align:center; + background-color: black; + border-radius: 100px; + padding: 1% 5% 1% 1%; + margin: 0% 5% 0% 5%; + text-align: center; + color: white; font-size:0.7em; - padding-top:30px; } .copyleft { transform:rotate(180deg); @@ -128,6 +132,7 @@ section p:nth-child(2) { text-align: right; font-size:12pt; color: white; + white-space: pre-wrap; } pre { margin: 8px 0px 8px 0px; @@ -140,6 +145,7 @@ pre { text-align: left; font-size:12pt; color: white; + white-space: pre-wrap; }