Skip to content

Commit

Permalink
Fix margin (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Nov 4, 2023
1 parent f8d5d60 commit b93b46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,7 @@ ul.sectionlist > li:hover {

.ais-Pagination-item {
display: inline-block;
margin: 0.2rem;
}

span.ais-Pagination-link {
Expand All @@ -1340,7 +1341,6 @@ span.ais-Pagination-link {
text-decoration: none;
color: black;
padding: 0.2rem 1rem;
margin: 0 0.2rem;
border: 1px solid black;
}

Expand Down

0 comments on commit b93b46e

Please sign in to comment.