Skip to content

Commit 0b29335

Browse files
committed
fix: Apply the same width for desktop logo
1 parent 7c9f8ae commit 0b29335

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib/layout/unauthenticated.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
{#if $app.themeInUse === 'dark'}
6161
<img
6262
src={AppwriteLogoDark}
63-
width="120"
63+
width="160"
6464
class="u-block u-only-dark"
6565
alt="Appwrite Logo" />
6666
{:else}
6767
<img
6868
src={AppwriteLogoLight}
69-
width="120"
69+
width="160"
7070
class="u-block u-only-light"
7171
alt="Appwrite Logo" />
7272
{/if}
@@ -362,7 +362,7 @@
362362
363363
.mobile-logo {
364364
position: absolute;
365-
bottom: 20px;
365+
bottom: 60px;
366366
left: 50%;
367367
transform: translate(-50%, -50%);
368368
max-width: 100%;

0 commit comments

Comments
 (0)