web: added the base for the web project
This commit is contained in:
@@ -3,6 +3,6 @@ import { cn } from "@/utils/cn";
|
||||
|
||||
export function Container({className,...props}: HtmlProps<HTMLDivElement>) {
|
||||
return (
|
||||
<div className={cn("mx-auto w-full max-w-4xl", className)} {...props} />
|
||||
<div className={cn("mx-auto w-full max-w-4xl px-4", className)} {...props} />
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user