Skip to content

Commit

Permalink
Make sure swiper pagination bullets are centered
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Feb 28, 2020
1 parent e4769dd commit fbf80e0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,10 @@ body.admin-bar:not( .is-fullscreen-mode ) .page-template-modal-screen-overlay {
display: none;
}

.swiper-pagination {
text-align: center;
}

.swiper-pagination-bullet {
border-radius: 100%;
}
Expand Down

0 comments on commit fbf80e0

Please sign in to comment.