-
Notifications
You must be signed in to change notification settings - Fork 5
[Refactor] Listpage 목록 title 워딩 및 UI 수정 #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Refactor] Listpage 목록 title 워딩 및 UI 수정 #118
Conversation
|
@looseeyeon is attempting to deploy a commit to the Chiyoung Kim's projects Team on Vercel. A member of the Team first needs to authorize it. |
| } = useApi( | ||
| listRecipients, | ||
| { limit: 20, offset: popularOffset, sortLike: true }, | ||
| { limit: 8, offset: popularOffset, sortLike: true }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
페이지 반응형 breakpoint 수정, 인기순 8개 불러오는 점 확인하였습니다!
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| overflow: visible; | ||
|
|
||
| @media screen and (min-width: 768px) and (max-width: 1199px) { | ||
| @media screen and (min-width: 768px) and (max-width: 1247px) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| // 데스크톱에서만 보이도록 | ||
| @media (min-width: 1200px) { | ||
| @media (min-width: 1248px) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include 추가 부탁드립니다!
@include desktop {
display: flex;
}
summerDev96
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include 수정된 부분 확인하였습니다!
✨ 작업 내용
🔗 관련 이슈
Fixes #