From 88b0ca3dee6afecf5098b1782e24f01d240062cb Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Thu, 29 Oct 2020 00:24:29 +0000 Subject: [PATCH] Fix formatting on mobile Removing a seemingly unnecessary rule broke the header on mobile. Whoops! --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 7fb1cb7..86da6d2 100644 --- a/static/style.css +++ b/static/style.css @@ -230,6 +230,7 @@ p.openring { padding-top: 19px; padding-bottom: 19px; float: none; + display: inline-block; } header div.info span.title {