Fix /conversion styles on mobile
This commit is contained in:
parent
f40ccf0b21
commit
353f90dcac
1 changed files with 5 additions and 1 deletions
|
@ -32,7 +32,11 @@ function ConversionPage() {
|
||||||
<Box>
|
<Box>
|
||||||
<Heading1>HTML5 Conversion Hub</Heading1>
|
<Heading1>HTML5 Conversion Hub</Heading1>
|
||||||
<Box height="6" />
|
<Box height="6" />
|
||||||
<Stack direction="row" spacing="12" align="center">
|
<Stack
|
||||||
|
direction={{ base: "column", sm: "row" }}
|
||||||
|
spacing="12"
|
||||||
|
align="center"
|
||||||
|
>
|
||||||
<ConversionProgress
|
<ConversionProgress
|
||||||
label="All layers"
|
label="All layers"
|
||||||
color="green.500"
|
color="green.500"
|
||||||
|
|
Loading…
Reference in a new issue