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

This commit is contained in:
Marcus Scholz 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 {

View File

@ -1258,7 +1258,8 @@ body {
color: #f9f9f9; }
.LP-Footer__Flex {
display: flex;
flex-flow: row wrap; }
flex-flow: row wrap;
margin-top: 5em; }
.LP-Footer__ListTop {
text-align: center;
width: 33.333%; }