tfrere commited on
Commit
b801f25
·
1 Parent(s): 8009b07
client/src/pages/HowToSubmitPage/HowToSubmitPage.jsx CHANGED
@@ -363,8 +363,14 @@ const HowToSubmitPage = () => {
363
  />
364
 
365
  <Section title="Configuration steps">
366
- <Box sx={{ display: "flex", gap: 4 }}>
367
- <Stack spacing={4} sx={{ flex: "0 0 45%" }}>
 
 
 
 
 
 
368
  <Stack spacing={3}>
369
  <Stack direction="row" spacing={2} alignItems="center">
370
  <StepNumber number={1} />
 
363
  />
364
 
365
  <Section title="Configuration steps">
366
+ <Box
367
+ sx={{
368
+ display: "flex",
369
+ gap: 4,
370
+ flexDirection: { xs: "column", md: "column", lg: "row" },
371
+ }}
372
+ >
373
+ <Stack spacing={4} sx={{ flex: { xs: "1 1 auto", md: "0 0 45%" } }}>
374
  <Stack spacing={3}>
375
  <Stack direction="row" spacing={2} alignItems="center">
376
  <StepNumber number={1} />