fix(styles): bug introduced in 98bb586 where the looping section would be cut off on mobile

This commit is contained in:
Ash Monty
2022-01-23 21:11:55 +01:00
parent 37c6096233
commit 65aaa9213b

View File

@@ -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;