File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -260,20 +260,16 @@ const TutorialPage = ({
260
260
< Text >
261
261
< Translation id = "page-developers-tutorials:page-tutorial-submit-tutorial" />
262
262
</ Text >
263
- < Flex flexDirection = { { base : "column" , md : "initial " } } >
263
+ < Flex flexDirection = { { base : "column" , md : "row " } } gap = "2" >
264
264
< Flex
265
+ flex = "1"
265
266
borderWidth = "1px"
266
267
borderStyle = "solid"
267
268
borderColor = "border"
268
269
borderRadius = "base"
269
270
p = { 4 }
270
271
flexDirection = "column"
271
- w = { { base : "full" , md : "50%" } }
272
272
justifyContent = "space-between"
273
- mt = { 2 }
274
- mb = { { base : 2 , md : 6 } }
275
- ms = { 0 }
276
- me = { { base : 0 , md : 2 } }
277
273
>
278
274
< Text as = "b" >
279
275
< Translation id = "page-developers-tutorials:page-tutorial-new-github" />
@@ -290,18 +286,14 @@ const TutorialPage = ({
290
286
</ ButtonLink >
291
287
</ Flex >
292
288
< Flex
289
+ flex = "1"
293
290
borderWidth = "1px"
294
291
borderStyle = "solid"
295
292
borderColor = "border"
296
293
borderRadius = "base"
297
294
p = { 4 }
298
295
flexDirection = "column"
299
- w = { { base : "full" , md : "50%" } }
300
296
justifyContent = "space-between"
301
- mt = { 2 }
302
- mb = { { base : 2 , md : 6 } }
303
- ms = { 0 }
304
- me = { { base : 0 , md : 2 } }
305
297
>
306
298
< Text as = "b" >
307
299
< Translation id = "page-developers-tutorials:page-tutorial-pull-request" />
You can’t perform that action at this time.
0 commit comments