mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-08 15:33:54 +05:00
feat: add images for character section
This commit is contained in:
parent
e63a3126ae
commit
72bad7b8ea
13 changed files with 45 additions and 17 deletions
|
@ -2,7 +2,7 @@ export const Section = ({
|
|||
children,
|
||||
}: Readonly<{ children: React.ReactNode }>) => {
|
||||
return (
|
||||
<div className="max-w-[400px] md:max-w-[542px] w-full mx-auto flex flex-col gap-2">
|
||||
<div className="max-w-[400px] md:max-w-[542px] xl:max-w-[1012px] w-full mx-auto flex flex-col gap-2">
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue