eliminate horizontal scroll caused by footer (#9669)

mj
silverwind 4 years ago committed by zeripath
parent a311ace354
commit b3722114ce

@ -774,6 +774,7 @@ footer {
.container { .container {
width: 100vw !important; width: 100vw !important;
padding: 0 0.5rem; padding: 0 0.5rem;
max-width: calc(100vw - 1rem) !important;
.fa { .fa {
width: 16px; width: 16px;

Loading…
Cancel
Save