eliminate horizontal scroll caused by footer (#9669)

tokarchuk/v1.17
silverwind 5 years ago committed by zeripath
parent a311ace354
commit b3722114ce
  1. 1
      web_src/less/_base.less

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

Loading…
Cancel
Save