fix/index-sites-items-issue-35 #36

Merged
chris merged 17 commits from fix/index-sites-items-issue-35 into develop 2021-10-08 12:17:36 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit aef6eba175 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -64,6 +64,6 @@ button,.button {
.end_of_page_button {
@extend .button.small;
display: flex;
margin: 0 auto;
margin: $global-margin auto;
padding: $global-padding*0.5 $global-padding*5;
}