diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-03-28 10:39:24 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-04-04 15:05:58 +0200 |
commit | bb37bdbfc4b2d70873dc70befc774f329de40c74 (patch) | |
tree | dff481f8df7bb879eef35ea9350d8bd0e58152cf | |
parent | 8089838f5706446c3448fbeb5b846556806d8bf5 (diff) | |
download | nextcloud-server-bb37bdbfc4b2d70873dc70befc774f329de40c74.tar.gz nextcloud-server-bb37bdbfc4b2d70873dc70befc774f329de40c74.zip |
Add more space to the logo
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r-- | core/css/header.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 95632ade4a3..7aa4990823f 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -57,7 +57,7 @@ /* LOGO and APP NAME -------------------------------------------------------- */ #nextcloud { - padding: 8px 5px; + padding: 8px 12px; height: 100%; box-sizing: border-box; opacity: 1; |