diff options
Diffstat (limited to 'module/web/static/css/default/style.less')
-rw-r--r-- | module/web/static/css/default/style.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index c009a3920..260f9fa52 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -274,7 +274,7 @@ header .logo { background-repeat: no-repeat;
background-size: 32px 32px;
background-position: 0px 8px;
- padding-left: 38px;
+ padding-left: 40px;
&:not(:last-child) {
margin-bottom: 5px;
@@ -522,4 +522,4 @@ div.modal-body { div.modal {
width: 600px;
-}
\ No newline at end of file +}
|