Skip to content

Commit

Permalink
feat: reduce border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdavide committed Feb 20, 2022
1 parent e17be94 commit 08bc7f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/scss/partials/components/_category.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
.category {
padding: 4px 6px;
border-radius: 3px;
border-radius: 2px;
display: inline-block;
font-size: 1.5rem;
line-height: 1;
font-size: 1.4rem;

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

0 comments on commit 08bc7f2

Please sign in to comment.