From 65aaa9213b5f5b50dcb202c1a4aa4b4701140696 Mon Sep 17 00:00:00 2001 From: Ash Monty Date: Sun, 23 Jan 2022 21:11:55 +0100 Subject: [PATCH] fix(styles): bug introduced in 98bb586 where the looping section would be cut off on mobile --- public/assets/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 4662127..96eb747 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -1023,6 +1023,12 @@ footer div.discord-server-card svg { background: none; } + /* Hides workaround on mobile */ + section.team-helpers .animation-wrapper .row-wrapper::before, + section.team-helpers .animation-wrapper .row-wrapper::after { + content: none; + } + section.update-signup { margin-top: 0; padding-top: 90px;