File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ if (!contributors) {
101
101
Contribute today!
102
102
</ExternalLink >
103
103
</p >
104
- <div class =" flex " >
104
+ <div class =" grid " >
105
105
{
106
106
contributors
107
107
.filter ((user ) => ! filteredContributors .includes (user .id ))
@@ -192,11 +192,11 @@ if (!contributors) {
192
192
}
193
193
194
194
#contributors {
195
- div.flex {
196
- display: flex;
195
+ div.grid {
196
+ display: grid;
197
+ grid-template-columns: repeat(auto-fill, minmax(5em, 1fr));
197
198
justify-content: space-evenly;
198
199
align-items: center;
199
- flex-wrap: wrap;
200
200
gap: 1em;
201
201
margin: 0px 1em;
202
202
}
@@ -211,7 +211,7 @@ if (!contributors) {
211
211
212
212
div.contributor {
213
213
height: auto;
214
- width: 5.5em ;
214
+ width: 100% ;
215
215
216
216
a,
217
217
img {
You can’t perform that action at this time.
0 commit comments