We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb79e67 commit 2f05aacCopy full SHA for 2f05aac
src/lib/layout/unauthenticated.svelte
@@ -365,22 +365,20 @@
365
position: absolute;
366
bottom: 20px;
367
left: 50%;
368
- transform: translateX(-50%);
+ transform: translate(-50%, -50%);
369
max-width: 100%;
370
margin-block-start: 0 !important;
371
}
372
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;
+ @media #{devices.$break1} {
+ .auth-container {
+ margin-block-end: 5rem;
+ margin-block-start: 2rem;
+ }
+
+ .container {
+ min-height: 100%;
+ position: relative;
384
385
386
</style>
0 commit comments