update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 6e9cc61485 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -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;
} }