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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -3
index.html CHANGED
@@ -363,9 +363,8 @@ button:hover {
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
 
 
363
  }
364
 
365
  .downloads-options {
366
+ width: 300px;
367
+ align-items: center;
 
368
  margin-bottom: 20px;
369
  }
370