fix: update certification page padding-bottom (#41158)
* fix: update certification page padding-bottom * fix: update lastpull request remove padding-bottom from certification.css
This commit is contained in:
@ -385,6 +385,7 @@ const ShowCertification = props => {
|
|||||||
{signedInUserName === username ? shareCertBtns : ''}
|
{signedInUserName === username ? shareCertBtns : ''}
|
||||||
<Spacer size={2} />
|
<Spacer size={2} />
|
||||||
<ShowProjectLinks user={user} name={displayName} certName={certTitle} />
|
<ShowProjectLinks user={user} name={displayName} certName={certTitle} />
|
||||||
|
<Spacer size={2} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user