Skip to content

Commit

Permalink
Update index.scss
Browse files Browse the repository at this point in the history
Signed-off-by: Haroun Alarabi <[email protected]>
  • Loading branch information
HarounAlarabi authored Feb 7, 2024
1 parent 8205303 commit 283d8cc
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions client/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,22 +114,9 @@ code {
















.container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
padding: 2rem 2rem;
grid-gap: 6rem;

Expand Down Expand Up @@ -168,4 +155,4 @@ code {
.card {
border: 2px solid gray;
border-radius: 5px;
}
}

0 comments on commit 283d8cc

Please sign in to comment.