mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-20 07:36:54 -05:00
Make min width for progress items bigger
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user