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 %}