Skip to content

Commit

Permalink
Removed Padding from header
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-bluetext committed Aug 1, 2024
1 parent defa518 commit 55658df
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 55658df

Please sign in to comment.