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;