JAYASWAROOP commited on
Commit
0aab390
·
1 Parent(s): 41b83cf

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -1
index.html CHANGED
@@ -363,7 +363,9 @@ button:hover {
363
  }
364
 
365
  .downloads-options {
366
- width: 100%;
 
 
367
  margin-bottom: 20px;
368
  }
369
 
 
363
  }
364
 
365
  .downloads-options {
366
+ display: grid;
367
+ grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
368
+ gap: 30px;
369
  margin-bottom: 20px;
370
  }
371