Skip to content

Commit

Permalink
[FE] FIX: grid template area 코맨트 추가 #1410
Browse files Browse the repository at this point in the history
  • Loading branch information
junyoung2015 committed Nov 17, 2023
1 parent b1a7424 commit f204240
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions frontend/src/pages/ProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ const CardGridWrapper = styled.div`
grid-gap: 20px;
grid-template-columns: 350px 350px;
grid-template-rows: 163px 183px 215px;
grid-template-areas:
"profile lentInfo"
"extension lentInfo"
"theme notification";
grid-template-areas: "profile lentInfo" // h: 163px h: 366px
"extension lentInfo" // h: 183px
"theme notification"; // h: 215px h: 215px
@media (max-width: 768px) {
grid-template-columns: 350px;
Expand Down

0 comments on commit f204240

Please sign in to comment.