Skip to content

Commit

Permalink
style : 내일기 정렬 버튼 반응형 추가 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangminguu authored Nov 8, 2024
1 parent 7cfb325 commit f4c1165
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/MyDiaryListPage/indexCss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export const PickSort = styled.div<{ sortState: string }>`
display: flex;
gap: 1rem;
@media (max-width: 550px) {
top: 190px;
}
& > div {
font-size: 18px;
font-weight: 500;
Expand Down

0 comments on commit f4c1165

Please sign in to comment.