Skip to content

Commit

Permalink
fix: css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
han-kimm committed Jan 5, 2024
1 parent 5f38893 commit 6140657
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/Table/TablePagination/TablePagination.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
background-color: var(--gray30);
}

.empty {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 6rem 0;
font-size: 1.8rem;
color: var(--gray40);
}

@media screen and (max-width: 767px) {
.title__text {
font-size: 2rem;
Expand Down

0 comments on commit 6140657

Please sign in to comment.