chore: pagination + misc updates
This commit is contained in:
parent
616a725b2e
commit
5a73013e37
12 changed files with 27 additions and 17 deletions
|
@ -8,6 +8,10 @@
|
|||
gap: var(--sizing-sm);
|
||||
margin-bottom: var(--sizing-base);
|
||||
|
||||
&.no-pagination {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&.square {
|
||||
grid-template-columns: var(--grid-square);
|
||||
|
||||
|
|
|
@ -53,6 +53,10 @@
|
|||
grid-template-columns: repeat(2,minmax(0,1fr));
|
||||
margin-bottom: var(--sizing-base);
|
||||
|
||||
&.no-pagination {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
& a,
|
||||
& div {
|
||||
display: flex;
|
||||
|
|
Reference in a new issue