Updated account-header.scss to fix "k" fragment on thousands on account header counts

1300 was showing up as two lines with 1.3 | k
this fixes it so it shows up normally like 1.3k
This commit is contained in:
mgabdev 2019-07-04 01:16:14 -04:00
parent a0da2e237c
commit 7f538c8809
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
padding: 16px 22px;
text-align: center;
@media screen and (max-width:1190px) {padding: 16px;}
span {
> span {
display: block;
&:first-of-type {
color: $primary-text-color;