Skip to content

Commit 4940ccb

Browse files
committed
small fix
1 parent 0c82951 commit 4940ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/_full-app/CenterContent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type CenterContentProps = {
77
export function CenterContent({ children, className, maxWidth = 1200 }: CenterContentProps) {
88
return (
99
<div className={className}>
10-
<div className={`ml-auto mr-auto pl-3 pr-3`} style={{ maxWidth: `${maxWidth}px` }}>
10+
<div className="ml-auto mr-auto pl-3 pr-3" style={{ maxWidth: `${maxWidth}px` }}>
1111
{children}
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)