diff --git a/static/style.css b/static/style.css index 8eb4bda..408c567 100644 --- a/static/style.css +++ b/static/style.css @@ -42,6 +42,10 @@ ul{ overflow: scroll; height: 200px; } +.activeList{ + text-align: left; + padding-bottom: 5px; +} .footer{ grid-column-start: 1; grid-column-end: 5; diff --git a/templates/index.html b/templates/index.html index 8d61f66..37bf651 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@