diff options
author | silverwind <me@silverwind.io> | 2019-02-24 22:02:45 +0100 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-02-24 21:02:45 +0000 |
commit | 28fcbf33dc67cf5f7940bf799e8ed863aca717b4 (patch) | |
tree | d89c6b479050a25d1891a6978709160f954d7a59 /public/less/_home.less | |
parent | 15ecc08475c49926b9d5f6fb4182578683f75d63 (diff) | |
download | gitea-28fcbf33dc67cf5f7940bf799e8ed863aca717b4.tar.gz gitea-28fcbf33dc67cf5f7940bf799e8ed863aca717b4.zip |
UI: Make document body a flexbox (#6139)
* UI: Make document body a flexbox
Fixes: https://github.com/go-gitea/gitea/issues/6118
* ie11 fixes
* increase padding to 80px
* add flex-grow
Diffstat (limited to 'public/less/_home.less')
-rw-r--r-- | public/less/_home.less | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/less/_home.less b/public/less/_home.less index 0657c58d8c..ace6102596 100644 --- a/public/less/_home.less +++ b/public/less/_home.less @@ -1,5 +1,4 @@ .home { - padding-bottom: @footer-margin * 2; .logo { max-width: 220px; } @@ -45,7 +44,6 @@ .signup { padding-top: 15px; - padding-bottom: @footer-margin * 2; } footer { |