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:
parent
a0da2e237c
commit
7f538c8809
|
@ -108,7 +108,7 @@
|
||||||
padding: 16px 22px;
|
padding: 16px 22px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@media screen and (max-width:1190px) {padding: 16px;}
|
@media screen and (max-width:1190px) {padding: 16px;}
|
||||||
span {
|
> span {
|
||||||
display: block;
|
display: block;
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
|
|
Loading…
Reference in New Issue