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 {