File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const LeftColumn = (props: ChildOnlyProp) => (
56
56
57
57
const RightColumn = ( props : ChildOnlyProp ) => (
58
58
< Flex
59
- className = "flex-shrink flex-grow basis-1/2 flex-col items-center p-8 pt-4"
59
+ className = "flex-shrink flex-grow basis-1/2 flex-col items-center p-8 pt-4 lg:pt-36 "
60
60
{ ...props }
61
61
/>
62
62
)
@@ -339,6 +339,7 @@ const DepositContractPage = () => {
339
339
< Flex className = "flex-col" >
340
340
< label className = "mb-2 flex items-center gap-2" >
341
341
< Checkbox
342
+ className = "flex-none"
342
343
checked = { state . userHasUsedLaunchpad }
343
344
onCheckedChange = { ( ) =>
344
345
setState ( {
@@ -351,6 +352,7 @@ const DepositContractPage = () => {
351
352
</ label >
352
353
< label className = "mb-2 flex items-center gap-2" >
353
354
< Checkbox
355
+ className = "flex-none"
354
356
checked = { state . userUnderstandsStaking }
355
357
onCheckedChange = { ( ) =>
356
358
setState ( {
@@ -364,6 +366,7 @@ const DepositContractPage = () => {
364
366
</ label >
365
367
< label className = "mb-2 flex items-center gap-2" >
366
368
< Checkbox
369
+ className = "flex-none"
367
370
checked = { state . userWillCheckOtherSources }
368
371
onCheckedChange = { ( ) =>
369
372
setState ( {
You can’t perform that action at this time.
0 commit comments