From 083df443956e9147130eda467d7c387387fc54e5 Mon Sep 17 00:00:00 2001 From: Daniela Arcese Date: Thu, 27 Jul 2017 13:26:56 -0400 Subject: [PATCH] center percentage text on all browser versions --- public/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/main.css b/public/main.css index 5be705a2..2e7e1c43 100644 --- a/public/main.css +++ b/public/main.css @@ -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 {