Skip to content

Commit

Permalink
padding added between top two sections
Browse files Browse the repository at this point in the history
Signed-off-by: Ritik Saxena <ritiksaxena124@gmail.com>
  • Loading branch information
ritiksaxena124 committed Dec 10, 2023
1 parent 8ef946c commit aef0b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/FeatureHero/featureHero.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const FeatureHeroWrapper = styled.div`
z-index: 3;
width: 100%;
position: relative;
padding: 100px 0 0;
padding: 100px 0 70px;
.section-title {
text-align: left;
Expand Down

0 comments on commit aef0b49

Please sign in to comment.