Skip to content

Commit 6f38c9d

Browse files
committed
fix: move logo up a bit on login page
1 parent 0fa6770 commit 6f38c9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/css/base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ nav a {
250250
}
251251

252252
.login-logo {
253+
margin-top: -100px; /* move logo up a bit */
253254
max-height: 400px;
254255
max-width: 90%;
255256
content: url('/images/logo-light.svg');

0 commit comments

Comments
 (0)