From 2505dd2ac58d72a2b78ed759fbc32979de88e3da Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 28 Oct 2020 15:47:55 +0000 Subject: [PATCH] No bottom spacing on mobile --- epicyon-profile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index ba69e7869..03841b429 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -106,7 +106,7 @@ --container-button-padding: 20px; --container-padding: 2%; --container-padding-bottom: 1%; - --container-padding-bottom-mobile: 1%; + --container-padding-bottom-mobile: 0%; --vertical-between-posts: 10px; --vertical-between-posts-header: 10px; --containericons-horizontal-spacing: 1%;