[#1946] Show data retention time in footer

This commit is contained in:
Frederic Merizen 2018-08-30 16:31:00 +02:00
parent 6c1aee7d63
commit 559d080ca6
4 changed files with 16 additions and 6 deletions

View file

@ -22,6 +22,7 @@ footer {
.footer-columns {
@extend %horizontal-list;
justify-content: flex-start;
margin: 0 -20px;
}
.footer-column {
@ -29,7 +30,9 @@ footer {
font-size: 14px;
vertical-align: top;
flex-grow: 1;
min-width: 320px;
min-width: 280px;
margin: 0 20px;
margin-bottom: 20px;
@media (max-width: 1000px) {
width: 100%;