feat: add padding on top of the layout container
This commit is contained in:
parent
442fd2456a
commit
b6a1c40be2
|
@ -26,6 +26,7 @@
|
|||
flex-wrap: wrap;
|
||||
justify-content: end;
|
||||
height: 100%;
|
||||
padding: 70px 0 0;
|
||||
}
|
||||
.container-inner {
|
||||
max-width: 70%;
|
||||
|
|
Loading…
Reference in New Issue