mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-24 07:27:10 -05:00
Make min width for progress items bigger
This commit is contained in:
parent
5f575aec22
commit
55e818c464
|
|
@ -435,7 +435,7 @@ section.team {
|
|||
/* Progress: Feature list */
|
||||
.feature-list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
|
||||
grid-gap: 10px;
|
||||
}
|
||||
.feature {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user