center percentage text on all browser versions

This commit is contained in:
Daniela Arcese 2017-07-27 13:26:56 -04:00
parent c9e914faba
commit 083df44395
No known key found for this signature in database
GPG Key ID: 3A254650E0ABC8C8

View File

@ -339,12 +339,16 @@ tbody {
justify-content: center;
align-items: center;
text-align: center;
position: relative;
}
.percentage {
position: absolute;
letter-spacing: -0.78px;
font-family: 'Segoe UI', 'SF Pro Text', sans-serif;
top: 53px;
left: 246.75px;
width: 98.5px;
}
.percent-number {