Skip to content

Commit 34c61bd

Browse files
author
Vivek Vishal
authored
change paddding
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent c9fd236 commit 34c61bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sections/Devrel-platform/JourneySection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const JourneySectionWrapper = styled.div`
1818
gap: 1.5rem;
1919
}
2020
}
21-
padding: 80px 0;
21+
padding: 10px 0 80px 0;
2222
background-color: ${(props) => props.theme.body};
2323
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
2424

0 commit comments

Comments
 (0)