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