Ensure new image centered

This commit is contained in:
Dan Q 2023-09-19 09:33:40 +01:00
parent e22337d906
commit e599390b9c
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
padding: $grid-unit-80 $grid-unit-40;
display: flex;
flex-direction: column;
align-items: center;
margin-top: $grid-unit-30;
}