We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dd54a commit 27fed12Copy full SHA for 27fed12
app/assets/stylesheets/partials/_pagination.scss
@@ -46,4 +46,11 @@
46
.first span {
47
text-decoration-color: $color-border-default;
48
}
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
+ }
56
0 commit comments