From daf931af9210774a7ff24744a46c3b004115f772 Mon Sep 17 00:00:00 2001 From: CEbbinghaus Date: Wed, 11 Sep 2024 00:26:50 +1000 Subject: [PATCH] Updated Styling --- src/index.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index f339010..7580a85 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -97,8 +97,10 @@ function Content() {

Check out the new Docs!

Open them using -
- +
+
+ +
@@ -118,7 +120,7 @@ function Content() { } return ( - <> +
{ Navigation.CloseSideMenus(); Navigation.Navigate(DOCUMENTATION_PATH); }}> {docs_card}
@@ -147,7 +149,7 @@ function Content() { )} - +
); };