From b5014b85b74a371b8535b4569a94262048873160 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Tue, 28 Aug 2018 00:06:53 +0530 Subject: [PATCH] fix: update styling in copy --- .../Settings/components/Cert-Settings.jsx | 28 +++++++++++-------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/common/app/routes/Settings/components/Cert-Settings.jsx b/common/app/routes/Settings/components/Cert-Settings.jsx index 3abd8347f1..a23b1e7069 100644 --- a/common/app/routes/Settings/components/Cert-Settings.jsx +++ b/common/app/routes/Settings/components/Cert-Settings.jsx @@ -197,18 +197,22 @@ class CertificationSettings extends PureComponent { return blockNameIsCertMap[e]; }); - description = (
- Once you've earned the following freeCodeCamp certifications, - you'll be able to claim The Full Stack Developer Certification: - -
); + description = ( +
+

+ Once you've earned the following freeCodeCamp certifications, + you'll be able to claim The Full Stack Developer Certification: +

+ +
+ ); } return (