From fee98562a52101744e5b51d757877464b04deaf5 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Sun, 21 May 2023 23:32:54 +0200 Subject: [PATCH] docs: :memo: improve responsive styles --- docs/src/components/layout/footer.tsx | 27 ++++++- docs/src/components/layout/header.tsx | 106 ++++++++++++++++++++++---- docs/src/components/layout/index.tsx | 20 ++++- docs/src/pages/index.tsx | 2 +- 4 files changed, 136 insertions(+), 19 deletions(-) diff --git a/docs/src/components/layout/footer.tsx b/docs/src/components/layout/footer.tsx index 6db0231..89980b1 100644 --- a/docs/src/components/layout/footer.tsx +++ b/docs/src/components/layout/footer.tsx @@ -1,9 +1,32 @@ -import { Anchor, Footer, Group, Stack, Text, Title } from "@mantine/core"; +import { + Anchor, + Footer, + Group, + Stack, + Text, + Title, + em, + getBreakpointValue, + rem, +} from "@mantine/core"; import Link from "next/link"; function DocsFooter() { return ( -