Skip to content

Commit

Permalink
fix: increase padding on the x-axis
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Eble <35292572+alexanderdavide@users.noreply.github.com>
  • Loading branch information
lxndrblz and alexanderdavide authored Mar 27, 2022
1 parent c52f433 commit fbecf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/partials/components/_notice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
align-self: flex-end;
font-weight: 300;
letter-spacing: 0.025em;
padding: 0.2rem 0.2rem 0.2rem 0.2rem;
padding: 0.2rem 0.5rem 0.2rem 0.5rem;

@include themed() {
color: t('accent');
Expand Down

0 comments on commit fbecf7f

Please sign in to comment.