Added footer and pulled it 5em away from maincontent.

This commit is contained in:
2020-09-06 19:46:15 +02:00
parent 1b2b493128
commit ae2c9ed956
3 changed files with 69 additions and 2 deletions

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%; }