Set a 5em top-margin to pull the footer away from maincontent.

This commit is contained in:
2020-09-06 19:37:43 +02:00
parent d27d99792e
commit 2daa74f85a
2 changed files with 3 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ $-primary-line-color: $-almost-white;
&__Flex {
display: flex;
flex-flow: row wrap;
margin-top: 5em;
}
&__ListTop {