diff --git a/src/styles.scss b/src/styles.scss index 7aee73a..04c4ee0 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -158,3 +158,8 @@ body { .min-h-55 { min-height: 55px; } + +.pagination { + justify-content: center !important; + display: flex !important; +}