Skip to content

Commit

Permalink
fix: changes badge size
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli authored and astagi committed Mar 21, 2024
1 parent df596ff commit a2123d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/scss/custom/_bottomnav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
.bottom-nav-badge {
top: 0;
right: 0;
min-width: 18px;
height: 18px;
padding: 0 4px;
min-width: 1.15rem;
line-height: 1;
padding: 4px 6px;
color: $white;
font-size: 0.625rem;
border-radius: 50%;
border-radius: 2rem;
font-style: normal;
}

Expand Down

0 comments on commit a2123d1

Please sign in to comment.