mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
27.45.2022 fbecf7ff34a8435eb72479cdba59468c5863270e
fix: increase padding on the x-axis

Co-authored-by: Alexander Eble <35292572+alexanderdavide@users.noreply.github.com>
1 files modified
2 ■■■ changed files
assets/scss/partials/components/_notice.scss 2 ●●● patch | view | raw | blame | history
assets/scss/partials/components/_notice.scss
@@ -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');