Skip to content

Commit

Permalink
style: fix pagination bar alignment (Kong#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidma415 authored Sep 29, 2023
1 parent 220d68c commit f8a722b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Catalog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/>
</div>
<PaginationBar
class="pagination-bar mt-4"
class="pagination-bar container mt-4"
:page-size="cardsPerPage"
:total-count="totalCount"
:search-triggered="searchTriggered"
Expand Down Expand Up @@ -128,6 +128,9 @@ export default defineComponent({
<style lang="scss" scoped>
.products-content {
--grey-500: var(--button_colors-primary-fill);
display: flex;
flex-direction: column;
align-items: center;
.products-label {
color: var(--text_colors-primary);
Expand Down

0 comments on commit f8a722b

Please sign in to comment.