eliminate horizontal scroll caused by footer (#9669)
This commit is contained in:
parent
a311ace354
commit
b3722114ce
1 changed files with 1 additions and 0 deletions
|
@ -774,6 +774,7 @@ footer {
|
|||
.container {
|
||||
width: 100vw !important;
|
||||
padding: 0 0.5rem;
|
||||
max-width: calc(100vw - 1rem) !important;
|
||||
|
||||
.fa {
|
||||
width: 16px;
|
||||
|
|
Loading…
Reference in a new issue