feat: add padding on top of the layout container

This commit is contained in:
Ivana Andersson 2023-08-16 16:57:35 +03:00
parent 442fd2456a
commit b6a1c40be2
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
flex-wrap: wrap; flex-wrap: wrap;
justify-content: end; justify-content: end;
height: 100%; height: 100%;
padding: 70px 0 0;
} }
.container-inner { .container-inner {
max-width: 70%; max-width: 70%;