Style optimization, more content

This commit is contained in:
Andre Beging
2020-03-01 14:37:34 +01:00
parent dfa9c32cc1
commit f56a46eb52
10 changed files with 97 additions and 37 deletions

View File

@@ -15,10 +15,12 @@ footer {
.footer-row {
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 1440px;
padding: 50px 120px;
margin: auto;
@media screen and (max-width: $breakpoint-lg) {
padding: 50px;
@@ -29,10 +31,12 @@ footer {
}
.column {
text-align: center;
margin: 0 10px;
flex-direction: column;
flex-basis: 100%;
flex: 1;
flex-basis: 300px;
flex-grow: 1;
flex-shrink: 0;
}
a {