fix: develop page docs style
This commit is contained in:
parent
b7c40579b2
commit
d00e1067bf
@ -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>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user