diff options
author | Unknwon <u@gogs.io> | 2015-03-27 06:47:02 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-27 06:47:02 -0400 |
commit | 9fb2d49b93022d635147c09bcad7134570979909 (patch) | |
tree | 7ea775ae149b015228288916f775e8ef08eee2ad /public/less/_home.less | |
parent | e0036ebb0cdcafede2670d120f911290815b5c57 (diff) | |
download | gitea-9fb2d49b93022d635147c09bcad7134570979909.tar.gz gitea-9fb2d49b93022d635147c09bcad7134570979909.zip |
#1073 #1162 issue ID constraint failed
Diffstat (limited to 'public/less/_home.less')
-rw-r--r-- | public/less/_home.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/less/_home.less b/public/less/_home.less index 14517fa9e8..93df7b1902 100644 --- a/public/less/_home.less +++ b/public/less/_home.less @@ -1,5 +1,5 @@ .home { - padding-bottom: @footer-margin * 2; + padding-bottom: @footer-margin * 3; .logo { max-width: 250px; } |