fix(portfolio): Center align the legacy cert text (#17353)
This commit is contained in:
committed by
Quincy Larson
parent
b4332a0def
commit
056a871b74
@ -162,7 +162,9 @@ function Certificates({
|
|||||||
{
|
{
|
||||||
hasLegacyCert ?
|
hasLegacyCert ?
|
||||||
<div>
|
<div>
|
||||||
<h3>Legacy Certifications</h3>
|
<br />
|
||||||
|
<h3 className='text-center'>Legacy Certifications</h3>
|
||||||
|
<br />
|
||||||
{
|
{
|
||||||
legacyCerts.map(renderCertShowWithUsername)
|
legacyCerts.map(renderCertShowWithUsername)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user