For footer columns, keep the same bottom margin at any width

This commit is contained in:
gregoirenovel 2018-09-11 16:30:15 +02:00
parent 61c41fa9cb
commit 04c5667b92

View file

@ -36,7 +36,6 @@ footer {
@media (max-width: 1000px) { @media (max-width: 1000px) {
width: 100%; width: 100%;
margin-bottom: 14px;
} }
} }