Skip to content

Commit

Permalink
style: show about and features
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Feb 9, 2024
1 parent 400ea0a commit 37505a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/source/source.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.source {
margin-top: 80px;
/* margin-top: 80px; */

/* margin-top: 40px; */
margin-top: 40px;

& .wrapper {
position: relative;
Expand Down
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ 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';
---

<Layout title="Moodist: Ambient Sounds for Focus and Calm">
<Donate />
<Hero />
<App client:load />
<!-- <About client:load />
<Features client:load /> -->
<About client:load />
<Features client:load />
<Source />
<Footer />
</Layout>

0 comments on commit 37505a6

Please sign in to comment.