fix(style): remove margin on certifications (#36755)

This commit is contained in:
Tom
2019-09-06 04:29:39 -05:00
committed by mrugesh
parent 40b6b68178
commit 2b9d2605c5

View File

@ -27,8 +27,6 @@
} }
.certification-namespace.certificate-wrapper { .certification-namespace.certificate-wrapper {
top: calc(100vh / 20);
position: relative;
font-family: 'Sax Mono', monospace; font-family: 'Sax Mono', monospace;
} }