Skip to content

Commit

Permalink
removed media for -bottom
Browse files Browse the repository at this point in the history
Refs: #7036
  • Loading branch information
AlexanderSchmidtCE committed Dec 20, 2024
1 parent b654911 commit 2903258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@
&__pagination {
overflow-x: auto;
overflow-y: hidden;
&__pagination--bottom {
@media (min-width: 1024px) {
grid-auto-flow: column;
}
}
grid-auto-flow: column;
}

.kol-pagination {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
overflow-x: auto;
overflow-y: hidden;
gap: rem(16);

&--bottom {
@media (min-width: 1024px) {
grid-auto-flow: column;
}
}
grid-auto-flow: column;
}

.kol-pagination {
Expand Down

0 comments on commit 2903258

Please sign in to comment.