diff --git a/static/css/style.css b/static/css/style.css index d9cf880..2453662 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -56,6 +56,8 @@ footer { margin-bottom: 1em; text-align: center; color: white; + display: grid; + grid-template-columns: 0.5fr 0.5fr 2fr 1fr } a { diff --git a/templates/base.html b/templates/base.html index 759a6f6..db776dc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,7 +24,19 @@ {% endblock content %}