From a447f41e28b6a6c0ebb61c04e9a9abba3f4debca Mon Sep 17 00:00:00 2001 From: Joshua Melville Date: Mon, 18 Mar 2024 18:58:44 +0200 Subject: [PATCH] better responsiveness --- apps/documentation/components/Hero.tsx | 14 ++++++++------ .../components/MobileSidebarDialog.tsx | 4 ++-- .../components/SharedNav/SharedNav.tsx | 4 ++-- packages/ui/src/Divider.tsx | 2 +- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/apps/documentation/components/Hero.tsx b/apps/documentation/components/Hero.tsx index 38e6365..c1e5fe3 100644 --- a/apps/documentation/components/Hero.tsx +++ b/apps/documentation/components/Hero.tsx @@ -31,7 +31,9 @@ function ProjectCard({ >
{title} - {title} + + {title} +
{description} @@ -46,12 +48,12 @@ export function Hero() { return ( <> -
-
+
+
{t('Hero.title')} @@ -62,7 +64,7 @@ export function Hero() { />
{resolvedTheme !== 'dark' && ( -
+
Robot diff --git a/apps/documentation/components/MobileSidebarDialog.tsx b/apps/documentation/components/MobileSidebarDialog.tsx index aa5e818..c919276 100644 --- a/apps/documentation/components/MobileSidebarDialog.tsx +++ b/apps/documentation/components/MobileSidebarDialog.tsx @@ -31,10 +31,10 @@ export default function MobileSidebarDialog({ return ( -
+