Skip to content

Commit 2f05aac

Browse files
committed
used rem
1 parent fb79e67 commit 2f05aac

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

src/lib/layout/unauthenticated.svelte

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -365,22 +365,20 @@
365365
position: absolute;
366366
bottom: 20px;
367367
left: 50%;
368-
transform: translateX(-50%);
368+
transform: translate(-50%, -50%);
369369
max-width: 100%;
370370
margin-block-start: 0 !important;
371371
}
372372
373-
.container {
374-
position: relative;
375-
min-height: 100vh;
376-
}
377-
378-
.auth-container {
379-
max-inline-size: 27.5rem;
380-
381-
@media #{devices.$break1} {
382-
margin-top: 32px;
383-
margin-bottom: 80px;
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;
384382
}
385383
}
386384
</style>

0 commit comments

Comments
 (0)