Skip to content

Commit 4eab90b

Browse files
committed
fix: pin auth page footer to bottom on mobile
Drop the .auth-page min-height override inside the tablet breakpoint so the page fills the viewport and the middle wrapper's flex:1 pushes the footer down.
1 parent 936d00a commit 4eab90b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

static/css/v3/auth-page.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ body:has(.auth-page) .header {
177177

178178
/* ── Responsive (Tablet) ────────────────────────────── */
179179
@media (max-width: 1279px) {
180-
.auth-page {
181-
min-height: auto;
182-
}
183-
184180
.auth-page__wrapper {
185181
grid-template-columns: 1fr;
186182
flex: none;

0 commit comments

Comments
 (0)