mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-20 09:47:21 +02:00
✨ Update admin layout and pages (#976)
This commit is contained in:
parent
0ba7e9ce91
commit
a1bac0c986
81 changed files with 2053 additions and 1260 deletions
|
@ -5,8 +5,6 @@ export const Container = ({
|
|||
className,
|
||||
}: React.PropsWithChildren<{ className?: string }>) => {
|
||||
return (
|
||||
<div className={cn("mx-auto max-w-7xl px-3 sm:px-8", className)}>
|
||||
{children}
|
||||
</div>
|
||||
<div className={cn("mx-auto max-w-7xl px-4", className)}>{children}</div>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue