From 802702639959c0fa9a77805473dbfda92e4a76c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Demenech?= Date: Thu, 10 Aug 2023 10:35:34 -0300 Subject: [PATCH] [site,#957][s]: improves mobile reponsiveness --- site/components/Community.tsx | 2 +- site/components/Layout.tsx | 2 +- site/components/MobileNavigation.tsx | 2 +- site/components/Nav.tsx | 10 ++++++---- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/site/components/Community.tsx b/site/components/Community.tsx index 0c0abd477..c673d7e89 100644 --- a/site/components/Community.tsx +++ b/site/components/Community.tsx @@ -10,7 +10,7 @@ import { useEffect, useState } from 'react'; const Stat = ({ title, value, ...props }) => { return (
- {value} + {value}

{title}

); diff --git a/site/components/Layout.tsx b/site/components/Layout.tsx index f3fc0b0af..540f16f47 100644 --- a/site/components/Layout.tsx +++ b/site/components/Layout.tsx @@ -86,7 +86,7 @@ export default function Layout({ <> {title && }