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.
2 parents 69712d8 + 82ff14f commit f86b824Copy full SHA for f86b824
src/lib/layout/unauthenticated.svelte
@@ -360,6 +360,7 @@
360
}
361
362
363
+ // mobile logo positioned at bottom in mobile view
364
.mobile-logo {
365
position: absolute;
366
bottom: 20px;
@@ -368,4 +369,16 @@
368
369
max-width: 100%;
370
margin-block-start: 0 !important;
371
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
384
</style>
0 commit comments