Skip to content

Commit f86b824

Browse files
authored
Merge pull request #2246 from appwrite/fix-more-responsive-UnAuthenticated-Layout
2 parents 69712d8 + 82ff14f commit f86b824

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/lib/layout/unauthenticated.svelte

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@
360360
}
361361
}
362362
363+
// mobile logo positioned at bottom in mobile view
363364
.mobile-logo {
364365
position: absolute;
365366
bottom: 20px;
@@ -368,4 +369,16 @@
368369
max-width: 100%;
369370
margin-block-start: 0 !important;
370371
}
372+
373+
@media #{devices.$break1} {
374+
.auth-container {
375+
margin-block-end: 5rem;
376+
margin-block-start: 2rem;
377+
}
378+
379+
.container {
380+
min-height: 100%;
381+
position: relative;
382+
}
383+
}
371384
</style>

0 commit comments

Comments
 (0)