From 400ea0aeafe48587fe8596d1b5fe90755995d1c3 Mon Sep 17 00:00:00 2001 From: MAZE Date: Fri, 9 Feb 2024 14:45:15 +0330 Subject: [PATCH] style: hide about and features --- src/components/source/source.module.css | 4 +++- src/pages/index.astro | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/source/source.module.css b/src/components/source/source.module.css index e9163b4..62a3f32 100644 --- a/src/components/source/source.module.css +++ b/src/components/source/source.module.css @@ -1,5 +1,7 @@ .source { - margin-top: 40px; + margin-top: 80px; + + /* margin-top: 40px; */ & .wrapper { position: relative; diff --git a/src/pages/index.astro b/src/pages/index.astro index 51e48b8..60ca103 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,8 +5,8 @@ import { Hero } from '@/components/hero'; import { App } from '@/components/app'; import { Source } from '@/components/source'; import { Donate } from '@/components/donate'; -import { About } from '@/components/about'; -import { Features } from '@/components/features'; +// import { About } from '@/components/about'; +// import { Features } from '@/components/features'; import { Footer } from '@/components/footer'; --- @@ -14,8 +14,8 @@ import { Footer } from '@/components/footer'; - - +