Skip to content

Commit

Permalink
revert: hard margin on HeaderBackOffice
Browse files Browse the repository at this point in the history
  • Loading branch information
guillobits committed Oct 15, 2024
1 parent 45c93a7 commit 1e49206
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const HeaderBackoffice = ({
eachWidths={['expand@m', 'auto@m']}
>
<div>
<h2 className="uk-text-bold uk-margin-small-bottom">{title}</h2>
<h2 className="uk-text-bold">{title}</h2>
<p className="uk-text-lead">{description}</p>
</div>
<div>{children}</div>
Expand Down

0 comments on commit 1e49206

Please sign in to comment.