fix layout issues

This commit is contained in:
Set Hallstrom 2020-09-25 12:15:26 +02:00
parent b7430daa6b
commit a23b5ce68d
4 changed files with 41 additions and 42 deletions

View file

@ -8,7 +8,7 @@
padding: 80px 40px 0 40px;
justify-content: space-evenly;
flex-direction: row-reverse;
align-items: center;
align-items: flex-start;
max-width: var(--max-width);
margin: auto;
> div {