We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f111ce1 commit c472fd5Copy full SHA for c472fd5
2 files changed
packages/audiodocs/src/pages/index.tsx
@@ -40,9 +40,12 @@ function Home() {
40
<LandingBlog />
41
{/* <LandingExamples /> */}
42
</div>
43
- <Spacer.V size="4rem" />
+ <Spacer.V size="10rem" />
44
<div className={styles.container}>
45
<Testimonials />
46
+ </div>
47
+ <Spacer.V size="12rem" />
48
+ <div className={styles.container}>
49
<HireUsSection
50
href={
51
'https://swmansion.com/contact/projects?utm_source=gesture-handler&utm_medium=docs'
packages/audiodocs/src/pages/styles.module.css
@@ -3,7 +3,7 @@
3
margin: 0 auto;
4
display: flex;
5
flex-direction: column;
6
- gap: 7.5rem;
+ gap: 3rem;
7
/* position: relative; */
8
}
9
0 commit comments