From 2ae67f255354ca64c352aabe5793f7bb8f0be7b3 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Thu, 26 Mar 2020 00:20:11 +1000 Subject: [PATCH] fixed a silly mistake that caused the .more section to display wrong on mobile devices --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index c24771a..9e82d27 100644 --- a/assets/style.css +++ b/assets/style.css @@ -396,7 +396,7 @@ button, a.button { } .more a { - display: inline-block; + display: block; } #show-more { display: none;