From 2c7a58504f9e5af4907e2916e8adb29fee75fd65 Mon Sep 17 00:00:00 2001 From: Mavis Ou Date: Wed, 22 Nov 2017 17:47:59 -0800 Subject: [PATCH] reduced bottom margin of a paragraph (#868) --- routes.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes.jsx b/routes.jsx index c2e97f2..4c64322 100644 --- a/routes.jsx +++ b/routes.jsx @@ -36,7 +36,7 @@ const Featured = () => { return
Featured -

Discover & collaborate on projects for a healthy internet. {learnMore}

+

Discover & collaborate on projects for a healthy internet. {learnMore}

; };