Skip to content

Commit

Permalink
remove IntroCards from globals.sccss
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeesun Kim authored and Jeesun Kim committed Mar 5, 2024
1 parent 08baea9 commit 3d6fd06
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -300,20 +300,4 @@
}
}

.IntroCards {
display: grid;
gap: pxToRem(12px);
grid-template-columns: 1fr 1fr;

.Card {
display: flex;
flex-direction: column;
gap: pxToRem(8px);
justify-content: space-between;

:nth-child(2) {
flex: 1;
}
}
}

0 comments on commit 3d6fd06

Please sign in to comment.