Skip to content

Commit

Permalink
Make vertical stacked default for pagination with width smaller than …
Browse files Browse the repository at this point in the history
…30em.
  • Loading branch information
syaifurrizal committed Aug 13, 2023
1 parent de4583f commit e0d0c8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _sass/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

.pagination {
display: flex;
flex-wrap: wrap;
margin: 0 -1.5rem var(--spacer);
color: var(--gray-500);
text-align: center;
Expand All @@ -17,6 +18,7 @@
text-decoration: none;
border: solid var(--border-color);
border-width: 1px 0;
width: 100%;

&:first-child {
margin-bottom: -1px;
Expand Down

0 comments on commit e0d0c8f

Please sign in to comment.