Skip to content

Commit 27fed12

Browse files
committed
Updated responsive behavior for pagination
1 parent b2dd54a commit 27fed12

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/assets/stylesheets/partials/_pagination.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,11 @@
4646
.first span {
4747
text-decoration-color: $color-border-default;
4848
}
49+
50+
// Hide the first link and count on smaller screens
51+
@media (max-width: $bp-screen-md) {
52+
justify-content: space-between;
53+
54+
.center-elements {display: none;}
55+
}
4956
}

0 commit comments

Comments
 (0)