Skip to content

Commit

Permalink
style: reduce gap/height between blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
okorie2 committed Nov 7, 2023
1 parent 16fc1c1 commit 26b20a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function KeyFeaturesBlock() {
</Grid>
<div
css={`
height: 121px;
height: 111px;
`}
/>
<Grid container spacing={9} alignItems="center">
Expand All @@ -147,7 +147,7 @@ export default function KeyFeaturesBlock() {
</Grid>
<div
css={`
height: 125px;
height: 85px;
`}
/>
<Grid container spacing={9} alignItems="center">
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/home-module/sub-modules/why-dx/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function WhyDX() {
css={`
background-image: url(${Ellipses});
background-repeat: no-repeat;
background-position: 40% 80%;
background-position: 40% 75%;
`}
>
<Container maxWidth="lg">
Expand Down

0 comments on commit 26b20a1

Please sign in to comment.