Skip to content

Commit

Permalink
Sort two sides sort
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 20, 2024
1 parent 762ee61 commit b7e88ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions web/ui/two-steps-page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@
gap: var(--padding-l);
justify-content: space-around;
width: 100%;
min-height: 100%;
padding: var(--padding-l);
}
.two-steps-page_step {
box-sizing: border-box;
width: 50%;
max-width: 600px;
min-height: 100%;
height: 100vh;
padding: var(--padding-l);
overflow-x: auto;
}
</style>

0 comments on commit b7e88ed

Please sign in to comment.