fix(portfolio): Center align the legacy cert text (#17353)

This commit is contained in:
mrugesh mohapatra
2018-06-01 03:19:28 +05:30
committed by Quincy Larson
parent b4332a0def
commit 056a871b74

View File

@ -162,7 +162,9 @@ function Certificates({
{
hasLegacyCert ?
<div>
<h3>Legacy Certifications</h3>
<br />
<h3 className='text-center'>Legacy Certifications</h3>
<br />
{
legacyCerts.map(renderCertShowWithUsername)
}