From 129d05def4557c94032b2c9a7ccae66d0a183685 Mon Sep 17 00:00:00 2001 From: andis Date: Tue, 19 Jan 2021 18:08:59 +0000 Subject: [PATCH] style fix --- fet2020/static/fet.css | 14 ++++++++++++++ fet2020/templates/layout.html | 16 ++++++++-------- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/fet2020/static/fet.css b/fet2020/static/fet.css index 22298c26..5376ed1f 100644 --- a/fet2020/static/fet.css +++ b/fet2020/static/fet.css @@ -2,3 +2,17 @@ body { min-height:100%; position:relative; } +img.logo { + height:40px; + width:40px; +} + +div.footer { + height: 100%; +} +.footer a { + color: white; +} +.footer a i { + font-size:30px; +} diff --git a/fet2020/templates/layout.html b/fet2020/templates/layout.html index 4e7da485..c7318443 100644 --- a/fet2020/templates/layout.html +++ b/fet2020/templates/layout.html @@ -29,7 +29,7 @@ footer {
- +
@@ -44,7 +44,7 @@ footer {
- +
@@ -77,17 +77,17 @@ footer {