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 {
|
||||
margin-top: 80px;
|
||||
/* margin-top: 80px; */
|
||||
|
||||
/* margin-top: 40px; */
|
||||
margin-top: 40px;
|
||||
|
||||
& .wrapper {
|
||||
position: relative;
|
||||
|
@ -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';
|
||||
<Donate />
|
||||
<Hero />
|
||||
<App client:load />
|
||||
<!-- <About client:load />
|
||||
<Features client:load /> -->
|
||||
<About client:load />
|
||||
<Features client:load />
|
||||
<Source />
|
||||
<Footer />
|
||||
</Layout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user