From 37505a6b3f86919ac04b69519e56ddbaf5234843 Mon Sep 17 00:00:00 2001 From: MAZE Date: Fri, 9 Feb 2024 15:20:14 +0330 Subject: [PATCH] style: show about and features --- src/components/source/source.module.css | 4 ++-- src/pages/index.astro | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/source/source.module.css b/src/components/source/source.module.css index 62a3f32..b35830e 100644 --- a/src/components/source/source.module.css +++ b/src/components/source/source.module.css @@ -1,7 +1,7 @@ .source { - margin-top: 80px; + /* margin-top: 80px; */ - /* margin-top: 40px; */ + margin-top: 40px; & .wrapper { position: relative; diff --git a/src/pages/index.astro b/src/pages/index.astro index 60ca103..51e48b8 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'; - + +