Skip to content

Commit

Permalink
CORE-4730: spacing (#1032) (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 authored Nov 30, 2023
1 parent 25a6cd1 commit 47ad837
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const IndexPage = () => {
</div>
</Section>
</Layout>
<Section className={styles.partners}>
<Section className={styles.partnersWrapper}>
{page.users.map((item) => (
<div className={styles.mainItem}>
<div className={styles.testimonialWrapper}>
Expand Down
10 changes: 9 additions & 1 deletion pages/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
}
}
&-services {
padding: var(--page-padding-y) 0 0 0;
.action-button {
margin-top: 4rem;
}
Expand Down Expand Up @@ -213,6 +214,9 @@
background: #f5f5f5;
padding: var(--page-padding-y) var(--page-padding-x);
margin: 34px 0;
&:first-child {
margin-top: 4px;
}
.testimonial-wrapper {
display: flex;
justify-content: space-between;
Expand All @@ -226,7 +230,7 @@
color: #212121;
font-size: 32px;
font-style: normal;
font-weight: 500;
font-weight: 700;
line-height: 130%;
cursor: unset;
a {
Expand Down Expand Up @@ -270,3 +274,7 @@
}
}
}

.partners-wrapper {
padding: 0;
}

0 comments on commit 47ad837

Please sign in to comment.