fix padding
This commit is contained in:
@@ -7,7 +7,7 @@ type ContainerProps = {
|
||||
|
||||
export function Container({ children, className }: ContainerProps) {
|
||||
return (
|
||||
<main>
|
||||
<main className="px-4">
|
||||
<div className={cn('container mx-auto', className)}>{children}</div>
|
||||
</main>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user