Merge pull request #341 from mozilla/ui

center percentage text on all browser versions
This commit is contained in:
Erica 2017-07-27 15:46:16 -04:00 committed by GitHub
commit 0f031e2d8b
1 changed files with 4 additions and 0 deletions

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 {