add padding to embeds
This commit is contained in:
parent
8c1131ebab
commit
efb9ef7602
|
@ -114,7 +114,7 @@ function ContractSmolView({ contract, bets }: EmbedProps) {
|
||||||
const [probAfter, setProbAfter] = useState<number>()
|
const [probAfter, setProbAfter] = useState<number>()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Col className="h-[100vh] w-full bg-white">
|
<Col className="h-[100vh] w-full bg-white p-4">
|
||||||
<Row className="justify-between gap-4 px-2">
|
<Row className="justify-between gap-4 px-2">
|
||||||
<div className="text-xl text-indigo-700 md:text-2xl">
|
<div className="text-xl text-indigo-700 md:text-2xl">
|
||||||
<SiteLink href={href}>{question}</SiteLink>
|
<SiteLink href={href}>{question}</SiteLink>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user