style: show about and features

This commit is contained in:
MAZE 2024-02-09 15:20:14 +03:30
parent 400ea0aeaf
commit 37505a6b3f
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
.source { .source {
margin-top: 80px; /* margin-top: 80px; */
/* margin-top: 40px; */ margin-top: 40px;
& .wrapper { & .wrapper {
position: relative; position: relative;

View File

@ -5,8 +5,8 @@ import { Hero } from '@/components/hero';
import { App } from '@/components/app'; import { App } from '@/components/app';
import { Source } from '@/components/source'; import { Source } from '@/components/source';
import { Donate } from '@/components/donate'; import { Donate } from '@/components/donate';
// import { About } from '@/components/about'; import { About } from '@/components/about';
// import { Features } from '@/components/features'; import { Features } from '@/components/features';
import { Footer } from '@/components/footer'; import { Footer } from '@/components/footer';
--- ---
@ -14,8 +14,8 @@ import { Footer } from '@/components/footer';
<Donate /> <Donate />
<Hero /> <Hero />
<App client:load /> <App client:load />
<!-- <About client:load /> <About client:load />
<Features client:load /> --> <Features client:load />
<Source /> <Source />
<Footer /> <Footer />
</Layout> </Layout>