mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Center letters in the subcategory circles on the dashboard
This commit is contained in:
parent
bb1f6aa972
commit
98fddb825e
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue