From 9a87b3c7bec98269bcac45e81ab3a4a1767f5e7c Mon Sep 17 00:00:00 2001 From: Adrian Bonpin Date: Sat, 25 Apr 2026 02:03:55 +0800 Subject: [PATCH] feat: make responsive and add .env.example --- .gitignore | 2 ++ app/page.tsx | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7b8da95..b643581 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,5 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +certificates \ No newline at end of file diff --git a/app/page.tsx b/app/page.tsx index b217d5b..4c4e60a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -18,18 +18,18 @@ export default function Landing() { return (
DeckyVault @@ -38,7 +38,7 @@ export default function Landing() { opacity: 0, }} animate={{ opacity: 1, transition: { delay: 0.5 } }} - className='mt-4 flex flex-col items-center font-semibold text-2xl' + className='mt-4 flex flex-col items-center font-semibold text-lg md:text-2xl' > Stay tuned for the launch of DeckyVault