Fix some spacing issues in the footer

This commit is contained in:
gregoirenovel 2018-09-11 16:30:54 +02:00
parent 04c5667b92
commit fc470e9c71
2 changed files with 21 additions and 6 deletions

View file

@ -32,9 +32,9 @@ footer {
flex-grow: 1;
min-width: 280px;
margin: 0 20px;
margin-bottom: 20px;
margin-bottom: 30px;
@media (max-width: 1000px) {
@media (max-width: 550px) {
width: 100%;
}
}
@ -97,8 +97,23 @@ footer {
}
.footer-bottom-line {
margin-top: 30px;
margin-bottom: -30px;
text-align: center;
font-size: small;
@media (max-width: 550px) {
text-align: left;
}
}
.footer-row {
margin-bottom: 30px;
&:last-child {
margin-bottom: 0;
}
// In this case, the bottom margin is defined directly on each individual column
&.footer-columns {
margin-bottom: 0;
}
}