Skip to content

Commit c472fd5

Browse files
committed
fix: temp spacings
1 parent f111ce1 commit c472fd5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

packages/audiodocs/src/pages/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@ function Home() {
4040
<LandingBlog />
4141
{/* <LandingExamples /> */}
4242
</div>
43-
<Spacer.V size="4rem" />
43+
<Spacer.V size="10rem" />
4444
<div className={styles.container}>
4545
<Testimonials />
46+
</div>
47+
<Spacer.V size="12rem" />
48+
<div className={styles.container}>
4649
<HireUsSection
4750
href={
4851
'https://swmansion.com/contact/projects?utm_source=gesture-handler&utm_medium=docs'

packages/audiodocs/src/pages/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
margin: 0 auto;
44
display: flex;
55
flex-direction: column;
6-
gap: 7.5rem;
6+
gap: 3rem;
77
/* position: relative; */
88
}
99

0 commit comments

Comments
 (0)