Merge pull request #2246 from appwrite/fix-more-responsive-UnAuthenticated-Layout

This commit is contained in:
Darshan
2025-08-23 17:48:10 +05:30
committed by GitHub
+13
View File
@@ -360,6 +360,7 @@
}
}
// mobile logo positioned at bottom in mobile view
.mobile-logo {
position: absolute;
bottom: 20px;
@@ -368,4 +369,16 @@
max-width: 100%;
margin-block-start: 0 !important;
}
@media #{devices.$break1} {
.auth-container {
margin-block-end: 5rem;
margin-block-start: 2rem;
}
.container {
min-height: 100%;
position: relative;
}
}
</style>