Skip to content

Commit

Permalink
added space above and below the heading
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kundan committed Jul 15, 2024
1 parent b038cd8 commit 6d1e38b
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 6d1e38b

Please sign in to comment.