css: don't set footer width on mobile (#32654)

This commit is contained in:
Serghei Mihai 2019-05-07 19:22:08 +02:00
parent a95b1ef996
commit 290d2e094f
1 changed files with 3 additions and 0 deletions

View File

@ -690,6 +690,9 @@ div#footnote {
}
> div {
width: 95rem;
@media screen and (max-width: $mobile-limit) {
width: auto;
}
margin: 0 auto;
> div {
width: 49.5%;