Skip to content

Commit

Permalink
ensure pagination tap targets are accessible for mobile, fixes #105
Browse files Browse the repository at this point in the history
  • Loading branch information
timelsass committed May 27, 2019
1 parent f13000f commit 80acf43
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/assets/scss/boldgrid/woocommerce/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,15 @@
a:not(.btn):not(.button-primary):not(.button-secondary) {
text-decoration: none;
}
> li {
> a,
> span {
display: flex;
align-items: center;
justify-content: center;
min-height: 48px;
min-width: 48px;
padding: 1em 1.25em;
}
}
}

0 comments on commit 80acf43

Please sign in to comment.