From 5374ffec31cfd3587b2327df02e8038e89d44524 Mon Sep 17 00:00:00 2001 From: Charlie RABILLER Date: Fri, 22 Jan 2021 23:17:49 +0100 Subject: [PATCH] improve mobile design --- .gitignore | 3 ++- components/site/section/SectionDesc.tsx | 2 +- pages/started/index.tsx | 22 ++++++++++++---------- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index ac5462a..de15fb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules build/ -out/ \ No newline at end of file +out/ +.DS_STORE \ No newline at end of file diff --git a/components/site/section/SectionDesc.tsx b/components/site/section/SectionDesc.tsx index 80dc707..f0a018c 100644 --- a/components/site/section/SectionDesc.tsx +++ b/components/site/section/SectionDesc.tsx @@ -27,7 +27,7 @@ const SectionDesc = ({ title, items, id, hasCommingSoon }: Props) => { return (
diff --git a/pages/started/index.tsx b/pages/started/index.tsx index 338d77d..20741a3 100644 --- a/pages/started/index.tsx +++ b/pages/started/index.tsx @@ -96,16 +96,18 @@ const StartedPage: FC = () => { Once Tailwind CSS is installed, you can get started!

- -
- 🧩 See components! - - - - - 🎨 See templates! - - +
+ + + 🧩 See components! + + + + + 🎨 See templates! + + +