shukdevdatta123 commited on
Commit
0397bbb
·
verified ·
1 Parent(s): a88a714

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -482,7 +482,7 @@
482
 
483
  .skills-grid {
484
  display: grid;
485
- grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
486
  gap: 30px;
487
  }
488
 
 
482
 
483
  .skills-grid {
484
  display: grid;
485
+ grid-template-columns: repeat(3, 1fr);
486
  gap: 30px;
487
  }
488