fix spacing on lists
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m8s

This commit is contained in:
Lee 2024-04-20 02:29:28 +01:00
parent c124e5750b
commit 6356be7ac3

@ -42,7 +42,7 @@ const components = {
</div>
);
},
ul: (props: any) => <ul className="list-disc pl-4 py-2">{props.children}</ul>,
ul: (props: any) => <ul className="list-disc pl-4 pt-2">{props.children}</ul>,
a: (props: any) => (
<Link href={props.href} className="text-primary hover:opacity-85 transition-all transform-gpu">
{props.children}