1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-22 01:03:10 +00:00

eliminate horizontal scroll caused by footer (#9669)

This commit is contained in:
silverwind 2020-01-09 20:33:39 +01:00 committed by zeripath
parent a311ace354
commit b3722114ce

View file

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