Skip to content

Commit d56de0e

Browse files
fix: pagination issue (#599)
Signed-off-by: Achanandhi-M <[email protected]> Co-authored-by: Neha Gupta <[email protected]>
1 parent e32c55a commit d56de0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ div[class^="sidebar_"] .button svg {
212212

213213
/* Pagination */
214214
.pagination-nav {
215-
@apply flex flex-col items-start justify-center space-x-0 space-y-5 md:flex-row md:space-x-10 md:space-y-0;
215+
@apply flex mt-12 flex-col items-start justify-center space-x-0 space-y-5 md:flex-row md:space-x-10 md:space-y-0;
216216
}
217217
.pagination-nav__item {
218218
@apply w-full max-w-md;
@@ -721,4 +721,4 @@ a {
721721

722722
textarea {
723723
resize: vertical;
724-
}
724+
}

0 commit comments

Comments
 (0)