fix: update styling in copy

This commit is contained in:
Mrugesh Mohapatra
2018-08-28 00:06:53 +05:30
committed by mrugesh mohapatra
parent 3518ff9e8e
commit b5014b85b7

View File

@ -197,9 +197,12 @@ class CertificationSettings extends PureComponent {
return blockNameIsCertMap[e]; return blockNameIsCertMap[e];
}); });
description = (<div> description = (
<div>
<p>
Once you've earned the following freeCodeCamp certifications, Once you've earned the following freeCodeCamp certifications,
you'll be able to claim The Full Stack Developer Certification: you'll be able to claim The Full Stack Developer Certification:
</p>
<ul> <ul>
<li>Responsive Web Design</li> <li>Responsive Web Design</li>
<li>Algorithms and Data Structures</li> <li>Algorithms and Data Structures</li>
@ -208,7 +211,8 @@ class CertificationSettings extends PureComponent {
<li>APIs and Microservices</li> <li>APIs and Microservices</li>
<li>Information Security and Quality Assurance</li> <li>Information Security and Quality Assurance</li>
</ul> </ul>
</div>); </div>
);
} }
return ( return (