From 2e66f0ea93cf65b74866aa139b1ed0f1abebdddc Mon Sep 17 00:00:00 2001 From: chimchooree Date: Wed, 7 Oct 2020 19:50:18 -0500 Subject: [PATCH] the nav bar at the bottom of articles and footer at bottom of that appears now (empty of course) --- src/static/css/feature.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/static/css/feature.css b/src/static/css/feature.css index 31cf078..5a4210b 100644 --- a/src/static/css/feature.css +++ b/src/static/css/feature.css @@ -22,6 +22,7 @@ mark { background-color: #900C3F; color: hotpink; } +ul { list-style-position: inside; } .grid { display: grid; @@ -185,7 +186,7 @@ mark { background-color: #A8577E; } -.footer { +.footer-content { background-color: #5c374c; padding-top: 5px; padding-right: 25px;