Skip to content

Commit

Permalink
feat(theme): content layout
Browse files Browse the repository at this point in the history
  • Loading branch information
cmtlyt committed Jan 17, 2024
1 parent a2b49b8 commit a182d36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function DocLayout(props: DocLayoutProps) {
></SideMenu>
) : null}
<div flex="~ 1 shrink-0" m="x-auto" className={`${styles.content}`}>
<div m="x-auto" flex="~ col" className="max-w-100%">
<div m="x-auto" flex="~ col" className="w-100% max-w-100%">
<div
relative="~"
m="x-auto"
Expand Down

0 comments on commit a182d36

Please sign in to comment.