Set a 5em top-margin to pull the footer away from maincontent.
This commit is contained in:
parent
d27d99792e
commit
2daa74f85a
@ -33,6 +33,7 @@ $-primary-line-color: $-almost-white;
|
||||
&__Flex {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
margin-top: 5em;
|
||||
}
|
||||
|
||||
&__ListTop {
|
||||
|
@ -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%; }
|
||||
|
Loading…
Reference in New Issue
Block a user