From 7ca79bf954c3405e8e6737fe0a8b4a4b8d4ae2bb Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 15 Sep 2023 11:02:03 -0600 Subject: [PATCH] Start implementing responsive layout --- docs/src/components/app.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/src/components/app.tsx b/docs/src/components/app.tsx index e63a1760..0bc86e59 100644 --- a/docs/src/components/app.tsx +++ b/docs/src/components/app.tsx @@ -59,7 +59,7 @@ export function App() { }, []); return ( -
+
@@ -70,7 +70,7 @@ export function App() { v{version}
- +
@@ -79,13 +79,13 @@ export function App() {
Get started Download all @@ -120,10 +120,10 @@ export function App() {
-
+
) : null} -
+