increased space around text `collection index` in page view
This commit is contained in:
parent
7765a39ae0
commit
6e9cc61485
File diff suppressed because one or more lines are too long
|
@ -65,4 +65,5 @@ button,.button {
|
||||||
@extend .button.small;
|
@extend .button.small;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
padding: $global-padding*0.5 $global-padding*5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue