mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
Fix progress lists on wide screen
This commit is contained in:
parent
c0bdaa63c8
commit
06385b6d2a
|
|
@ -390,7 +390,7 @@ section.team {
|
|||
.all-progress-lists {
|
||||
margin-top: 50px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
grid-gap: 20px;
|
||||
}
|
||||
.feature-list-wrapper {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user