Skip to content

Commit

Permalink
Merge pull request #948 from 42organization/GGFE-181-페이지네이션-세자리수-겹침-현…
Browse files Browse the repository at this point in the history
…상-수정

[GGFE-181] 페이지네이션 겹침현상
  • Loading branch information
yoouyeon authored Aug 22, 2023
2 parents 8e7f7d8 + d4fe011 commit 59c3643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion styles/admin/common/Pagination.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
display: flex;
justify-content: center;
align-items: center;
width: 2.4rem;
height: 1.5rem;
margin: 0 0.3rem;
font-size: 1.2rem; /* $big-font */
font-weight: 600;
cursor: pointer;
Expand Down
5 changes: 2 additions & 3 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ body {
src: url('../public/font/NanumSquare_acEB.ttf') format('opentype');
font-weight: normal;
font-style: normal;

}

@font-face {
Expand Down Expand Up @@ -153,8 +152,8 @@ ul.pagination li {
display: flex;
justify-content: center;
align-items: center;
width: 27px;
height: 27px;
height: 1.5rem;
margin: 0 0.3rem;
font-size: 1.2rem; /* $big-font */
font-weight: 600;
cursor: pointer;
Expand Down

0 comments on commit 59c3643

Please sign in to comment.