mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-07 08:26:37 -05:00
fix(styles): bug introduced in 98bb586 where the looping section would be cut off on mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user