From 9b66aa58f955d742a97426f1b0d1689d8c7650c9 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Fri, 22 Dec 2023 11:50:30 -0800 Subject: [PATCH] front page redesign: header style tweaks --- static/style.css | 14 ++++++++++++-- templates/base.html | 17 ++++++++--------- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/static/style.css b/static/style.css index e5cdb02..78d04cf 100644 --- a/static/style.css +++ b/static/style.css @@ -30,12 +30,22 @@ } .header-links { + float: right; text-align: right; } +#logo { + float: left; + text-align: left; +} + #header .header-links { - margin-top: 1em; - margin-bottom: 1em; + margin-top: .5em; + margin-bottom: .5em; +} + +#logo-img { + height: 3em; } #front #footer { diff --git a/templates/base.html b/templates/base.html index d4848b3..1fbca75 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,20 +36,19 @@ {% endif %}"> {% block content %}