fix: develop page docs style

This commit is contained in:
AkaraChen 2024-11-07 16:44:05 +08:00
parent b7c40579b2
commit d00e1067bf

View File

@ -54,7 +54,7 @@ export const Heading = function H2({
export function Row({ children }: IChildrenProps) { export function Row({ children }: IChildrenProps) {
return ( return (
<div className="grid items-start grid-cols-1 gap-x-16 gap-y-10 xl:max-w-none xl:grid-cols-2"> <div className="grid items-start grid-cols-1 gap-x-16 gap-y-10 xl:!max-w-none xl:grid-cols-2">
{children} {children}
</div> </div>
) )