eliminate horizontal scroll caused by footer (#9674)
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
3fb906dc02
commit
11bce6fd3d
|
@ -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…
Reference in New Issue