Skip to content

Commit

Permalink
Safariでのページネーションずれを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
curegit committed Nov 17, 2024
1 parent 05552b1 commit 3420136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ ol.breadcrumb > li.page {
grid-auto-flow: row;
grid-template-columns: repeat(auto-fit, 44px);
justify-content: center;
justify-items: normal;
gap: 10px;
padding: 0;
font-size: 19px;
Expand All @@ -289,7 +290,6 @@ ol.breadcrumb > li.page {

.page-item {
display: block;
justify-self: center;
min-width: 100%;
max-width: calc(100% + 10px);
margin: 0;
Expand Down

0 comments on commit 3420136

Please sign in to comment.