mirror of
https://github.com/langgenius/dify.git
synced 2026-03-26 00:38:03 +08:00
fix: develop page docs style
This commit is contained in:
@ -54,7 +54,7 @@ export const Heading = function H2({
|
||||
|
||||
export function Row({ children }: IChildrenProps) {
|
||||
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}
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user