From e6b21ee31a6bea38824b2352e3311ef84145244c Mon Sep 17 00:00:00 2001 From: andrzej Date: Mon, 23 Sep 2024 17:55:39 +0200 Subject: [PATCH] add more responsiveness --- src/@/components/ui/table.tsx | 2 +- src/app/layout.tsx | 6 +++--- src/app/story/create.tsx | 4 ++-- src/app/story/page.tsx | 2 +- src/app/tailwind.css | 21 +++++++++++++++++++++ 5 files changed, 28 insertions(+), 7 deletions(-) diff --git a/src/@/components/ui/table.tsx b/src/@/components/ui/table.tsx index b4438a7..d42331f 100644 --- a/src/@/components/ui/table.tsx +++ b/src/@/components/ui/table.tsx @@ -87,7 +87,7 @@ const TableCell = React.forwardRef< >(({ className, ...props }, ref) => ( )) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8025da1..f3608f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -31,9 +31,9 @@ export default function RootLayout({ enableSystem disableTransitionOnChange > -
-
-