Skip to content

Commit c804380

Browse files
committed
fix: Fixed issue with pagination arrows having bullets and unstyled
1 parent 1c4ad9a commit c804380

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/css/v2/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,12 @@ blockquote p:last-child {
10711071
}
10721072
}
10731073

1074+
.next-prev-icon {
1075+
display: flex;
1076+
list-style-type: none;
1077+
padding: 2%;
1078+
}
1079+
10741080
/* Logo */
10751081
.f5-logo-footer {
10761082
height: 32px;

0 commit comments

Comments
 (0)