Skip to content

Commit b038cd8

Browse files
committed
Add spacing above the heading
Signed-off-by: r-kundan <[email protected]>
1 parent 1919cfa commit b038cd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reusecore/PageHeader/pageHeader.style.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const PageHeaderWrapper = styled.div`
1414
z-index: 99;
1515
h1 {
1616
padding-top: 3rem;
17+
padding-bottom: 2.5rem;
1718
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
1819
img{
1920
padding-left: 1rem;

0 commit comments

Comments
 (0)