-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Feat] 프로젝트 페이지네이션 + 반응형 작업 #286
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Bundle SizesCompared against d4bc7f9
|
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.
👍
<m.span key={link.type} css={linkWrapperCss}> | ||
<m.a href={link.href} css={linkCss} variants={textVariants}> | ||
<span key={link.type} css={linkWrapperCss}> | ||
<a href={link.href} css={linkCss}> |
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.
새로운 탭으로 열리는게 더 사용성 좋다고 생각하는데 어떻게 생각하시나요??
<a href={link.href} css={linkCss}> | |
<a href={link.href} target="_blank" css={linkCss}> |
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.
오 좋은것 같아요 수정할게요 !
const sectionCss = css` | ||
width: 100vw; | ||
max-width: 960px; | ||
`; |
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.
commonLayoutCss 변수로 있어요!
📝 Changed routes:
Commit d9d5ff6 (https://depromeet-gmdy368fl-depromeet-official-site.vercel.app). |
작업 내용
스크린샷
PC
태블릿
모바일
사용 방법
레퍼런스