[#1946] Show data retention time in footer
This commit is contained in:
parent
6c1aee7d63
commit
559d080ca6
4 changed files with 16 additions and 6 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue