Center letters in the subcategory circles on the dashboard

This commit is contained in:
Alex Basson 2021-10-07 09:51:15 -04:00
parent bb1f6aa972
commit 98fddb825e

View file

@ -66,7 +66,9 @@
border-radius: 50%;
height: 26px;
width: 26px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
@extend .font-cabin;
@extend .weight-400;
}