mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
style: show about and features
This commit is contained in:
parent
400ea0aeaf
commit
37505a6b3f
@ -1,7 +1,7 @@
|
|||||||
.source {
|
.source {
|
||||||
margin-top: 80px;
|
/* margin-top: 80px; */
|
||||||
|
|
||||||
/* margin-top: 40px; */
|
margin-top: 40px;
|
||||||
|
|
||||||
& .wrapper {
|
& .wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user