Skip to content

Commit

Permalink
Merge pull request #52 from OpenLMIS/OIS-24-wrong-padding
Browse files Browse the repository at this point in the history
OIS-24: fixed page header padding
  • Loading branch information
DominikNoga authored Oct 20, 2024
2 parents b121eaa + f6ab05b commit b15b840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-components/_react-components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}

.page-header-responsive {
@include padding(0.5em, 1em, 1em, 0);
@include padding(0.5em, 1em, 1em, 1em);

h2 {
border-bottom: $heading-border-color 1px solid;
Expand Down

0 comments on commit b15b840

Please sign in to comment.