Skip to content

Commit a2835c6

Browse files
committed
style: 💄 improve look of onboarding screen
1 parent 68e3eb4 commit a2835c6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/styles/dialog.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ dialog .txid {
494494
}
495495
dialog.fullscreen form section {
496496
grid-auto-rows: 1fr;
497-
grid-auto-columns: 30rem 2fr;
497+
grid-auto-columns: 1fr 1fr;
498498
grid-auto-flow: column;
499499
}
500500
dialog.fullscreen form section > aside {
@@ -599,4 +599,10 @@ dialog .txid {
599599
width: 33.75rem;
600600
overflow: hidden;
601601
}
602+
}
603+
604+
@media (min-width: 850px) {
605+
dialog.fullscreen form section {
606+
grid-auto-columns: 30rem 2fr;
607+
}
602608
}

0 commit comments

Comments
 (0)