Skip to content

Commit

Permalink
Add spacing above the heading
Browse files Browse the repository at this point in the history
Signed-off-by: r-kundan <[email protected]>
  • Loading branch information
r-kundan committed Jul 8, 2024
1 parent 3abab18 commit 1919cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reusecore/PageHeader/pageHeader.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const PageHeaderWrapper = styled.div`
padding: 0 1rem 0;
z-index: 99;
h1 {
padding-top: 1.5rem;
padding-top: 3rem;
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
img{
padding-left: 1rem;
Expand Down

0 comments on commit 1919cfa

Please sign in to comment.