Gap adjustment
This commit is contained in:
parent
33f593ebf7
commit
32113a29e3
|
@ -38,7 +38,7 @@ export const ContractOverview = (props: {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Col className={clsx('mb-6', className)}>
|
<Col className={clsx('mb-6', className)}>
|
||||||
<Col className="gap-4 px-2">
|
<Col className="gap-3 px-2 sm:gap-4">
|
||||||
<Row className="justify-between gap-4">
|
<Row className="justify-between gap-4">
|
||||||
<div className="text-2xl text-indigo-700 md:text-3xl">
|
<div className="text-2xl text-indigo-700 md:text-3xl">
|
||||||
<Linkify text={question} />
|
<Linkify text={question} />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user