diff --git a/static/style.css b/static/style.css index e7bd958..ae3008c 100644 --- a/static/style.css +++ b/static/style.css @@ -59,6 +59,10 @@ main p { font-size: 20px; } +ul { + font-size: 20px; +} + .flex-container { width: 100%; display: flex; diff --git a/templates/footer.html b/templates/footer.html index 21852d2..656db15 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,7 +1,4 @@