From a7c60901afa56223c338351ff8524ed8ac89147d Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Fri, 17 Jun 2022 17:42:09 -0300 Subject: [PATCH] Getting the index page to be pretty-er --- static/css/main.css | 6 +++++- templates/index.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 2107922..590d773 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2280,4 +2280,8 @@ button, padding-top: 0; } - +/* index header size */ +#indexheader { + min-height: 80px; + vertical-align:bottom; +} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 68467b9..ade0ec8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,7 +7,7 @@
{% for article in articles_page.object_list %}