Automated deployment: Sun Mar 1 13:38:06 UTC 2020 f56a46eb52

This commit is contained in:
TroogS
2020-03-01 13:38:06 +00:00
parent 2330a17127
commit b3c136fff9
11 changed files with 108 additions and 52 deletions

View File

@@ -6029,6 +6029,7 @@ footer {
}
footer .footer-row {
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 1440px;
padding: 50px 120px;
@@ -6045,10 +6046,12 @@ footer .footer-row {
}
}
footer .footer-row .column {
text-align: center;
margin: 0 10px;
flex-direction: column;
flex-basis: 100%;
flex: 1;
flex-basis: 300px;
flex-grow: 1;
flex-shrink: 0;
}
footer .footer-row a {
color: #898f9c;

2
css/ndws.min.css vendored

File diff suppressed because one or more lines are too long