center button on page template end button

This commit is contained in:
jorge 2021-09-14 16:58:10 +02:00
parent 86f7d9d162
commit bb13d9b927
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -63,4 +63,6 @@ button,.button {
}
.end_of_page_button {
@extend .button.small;
display: flex;
margin: 0 auto;
}