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 {