Skip to content

Commit 332512e

Browse files
committed
fix: chnaged loader bottom
1 parent 0b29335 commit 332512e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/layout/unauthenticated.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
363363
.mobile-logo {
364364
position: absolute;
365-
bottom: 60px;
365+
bottom: 20px;
366366
left: 50%;
367367
transform: translate(-50%, -50%);
368368
max-width: 100%;

static/css/loading.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body {
3838
visibility: hidden;
3939
position: absolute;
4040
max-width: 100%;
41-
bottom: 60px;
41+
bottom: 20px;
4242
left: 50%;
4343
transform: translate(-50%, -50%);
4444
}

0 commit comments

Comments
 (0)