Skip to content

Commit b053352

Browse files
committed
๐Ÿ’„ design(#155): ๋งˆ์ดํŽ˜์ด์ง€ ํ”„๋กœํ•„ gap ์กฐ์ •
1 parent 2de066d commit b053352

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

โ€Žsrc/app/mypage/page.tsxโ€Ž

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,7 @@ const ProfileHeader = styled.div`
226226
flex-direction: row;
227227
justify-content: flex-start;
228228
align-items: center;
229-
gap: 25px;
230-
231-
@media (max-width: 370px) {
232-
gap: 10px;
233-
}
229+
gap: 10px;
234230
`;
235231

236232
const ProfileImage = styled.img`

0 commit comments

Comments
ย (0)