[CSS] Fixed footer responsiveness, since its content wouldn't wrap up from insuficient space for all of its content

This commit is contained in:
Eliseu Amaro 2022-01-17 03:01:15 +00:00 committed by Hugo Sales
parent 7daa61500d
commit dbdf1d9b0b
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
2 changed files with 11 additions and 10 deletions

View File

@ -286,14 +286,4 @@ textarea.form-row-widget {
padding: 2px 6px;
margin-top: 6px;
margin-bottom: 6px;
}
.footer ul {
display: inline-flex;
width: 100%;
justify-content: flex-start;
}
.footer ul li {
margin-right: 5px;
}

View File

@ -53,6 +53,17 @@
font-size: var(--unit);
}
.footer ul {
display: inline-flex;
flex-wrap: wrap;
width: 100%;
justify-content: flex-start;
}
.footer ul li {
margin-right: 5px;
}
/* > 720p */
@media only screen and (min-width:1281px) {
.panel-left-icon {