1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-15 15:55:47 +00:00

eliminate horizontal scroll caused by footer (#9674)

Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
silverwind 2020-01-10 01:45:59 +01:00 committed by Lunny Xiao
parent 3fb906dc02
commit 11bce6fd3d

View File

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