mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-18 14:32:04 +00:00
stack migration preview parts on mobile
This commit is contained in:
parent
51f87529f6
commit
0295b8410d
2 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ export function MigrationDownloadPage() {
|
|||
</div>
|
||||
<Divider marginClass="my-6 px-8 box-content -mx-8" />
|
||||
|
||||
<div className="grid grid-cols-2 gap-4 mb-4">
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 mb-4">
|
||||
<div className="p-4 bg-background rounded-lg">
|
||||
<div className="flex items-center gap-2">
|
||||
<Icon icon={Icons.BOOKMARK} className="text-xl" />
|
||||
|
|
|
|||
|
|
@ -251,7 +251,7 @@ export function MigrationUploadPage() {
|
|||
</Heading2>
|
||||
<Divider marginClass="my-6 px-8 box-content -mx-8" />
|
||||
|
||||
<div className="grid grid-cols-2 gap-4">
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<div className="p-4 bg-background rounded-lg">
|
||||
<div className="flex items-center gap-2">
|
||||
<Icon icon={Icons.BOOKMARK} className="text-xl" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue