Skip to content

Commit

Permalink
added space above and below 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 15, 2024
1 parent 28d785c commit c263b90
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/reusecore/PageHeader/pageHeader.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ const PageHeaderWrapper = styled.div`
position: relative;
height: auto;
margin-bottom: 2rem;
padding: 0 1rem 0;
padding: 2.5rem 1.5rem 2.5rem 1.5rem;
z-index: 99;
h1 {
padding-top: 3rem;
padding-bottom: 2.5rem;
padding-top: 1.5rem;
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
img{
padding-left: 1rem;
Expand Down

0 comments on commit c263b90

Please sign in to comment.