add padding to embeds

This commit is contained in:
mantikoros 2022-10-02 17:04:20 -05:00
parent 8c1131ebab
commit efb9ef7602

View File

@ -114,7 +114,7 @@ function ContractSmolView({ contract, bets }: EmbedProps) {
const [probAfter, setProbAfter] = useState<number>()
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">
<div className="text-xl text-indigo-700 md:text-2xl">
<SiteLink href={href}>{question}</SiteLink>