From 18130a50e35c33f8e76a7c079fdc7dfe98b52878 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Fri, 16 Oct 2020 18:57:30 +0000 Subject: [PATCH] More stylesheet tweaks --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 182b2ba..7fb1cb7 100644 --- a/static/style.css +++ b/static/style.css @@ -19,7 +19,6 @@ header { } header img { - display: inline-block; height: 128px; width: 128px; border-radius: 32px; @@ -28,7 +27,6 @@ header img { } header div.info div { - display: inline-block; line-height: 1; padding-top: 12px; padding-bottom: 12px; @@ -54,6 +52,7 @@ header div.info span.subtext { nav { line-height: 32px; text-align: right; + float: right; } nav a {