mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 18:14:15 +01:00
fix margin
This commit is contained in:
parent
37300dc0d7
commit
b3919c577f
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ html, body {
|
||||||
/* gogits body */
|
/* gogits body */
|
||||||
#gogs-body {
|
#gogs-body {
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
margin-top: 50px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#gogs-body .btn-default {
|
#gogs-body .btn-default {
|
||||||
|
|
Loading…
Reference in a new issue