fix spacing on lists
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m8s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m8s
This commit is contained in:
parent
c124e5750b
commit
6356be7ac3
@ -42,7 +42,7 @@ const components = {
|
|||||||
</div>
|
</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) => (
|
a: (props: any) => (
|
||||||
<Link href={props.href} className="text-primary hover:opacity-85 transition-all transform-gpu">
|
<Link href={props.href} className="text-primary hover:opacity-85 transition-all transform-gpu">
|
||||||
{props.children}
|
{props.children}
|
||||||
|
Loading…
Reference in New Issue
Block a user