increased space around loadmore in collections home

This commit is contained in:
jorge 2022-04-25 13:05:02 +02:00
parent 8c6cfec4e3
commit 122af63d49
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -252,6 +252,7 @@ main {
display:flex; display:flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
margin-top: $global-margin * 3;
} }
// accordion for colletions list // accordion for colletions list