From 2b9d2605c573c57a84bda675f6ccb59fc4b6ec62 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Fri, 6 Sep 2019 04:29:39 -0500 Subject: [PATCH] fix(style): remove margin on certifications (#36755) --- client/src/pages/certification.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/pages/certification.css b/client/src/pages/certification.css index ad9111fb81..9477d776d9 100644 --- a/client/src/pages/certification.css +++ b/client/src/pages/certification.css @@ -27,8 +27,6 @@ } .certification-namespace.certificate-wrapper { - top: calc(100vh / 20); - position: relative; font-family: 'Sax Mono', monospace; }