Skip to content

Commit

Permalink
Update index3.css
Browse files Browse the repository at this point in the history
  • Loading branch information
GCET-CSE2022 authored May 25, 2024
1 parent ffda3cc commit 380f13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Numan/css/index3.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

.main-body {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 2fr));
grid-template-columns: repeat(auto-fill, minmax(35vmin, 2fr));
gap: 40px;
width: 70%;
max-width: 80vw;
Expand Down Expand Up @@ -155,4 +155,4 @@ a {
.sections li {
list-style: none;
margin-bottom: 1rem;
}
}

0 comments on commit 380f13f

Please sign in to comment.