Skip to content

Commit

Permalink
Removed Padding from header (#387)
Browse files Browse the repository at this point in the history
Co-authored-by: Kanaksinh <[email protected]>
  • Loading branch information
chandans1316 and raj-bluetext authored Aug 2, 2024
1 parent defa518 commit 43de6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/solution-header/solution-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
flex-shrink: 0;
gap: var(--spacer-layout-04);
padding-top: 0;
padding-bottom: var(--spacer-element-08);
padding-bottom: 0;
}

.solution-header ul {
Expand Down

0 comments on commit 43de6bd

Please sign in to comment.