From 8848673b90758dfb865b6b5a64bfb7bc53127463 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 10 Dec 2017 23:12:50 -0600 Subject: [PATCH] fix: landing icons and verify email template (#16178) --- client/less/main.less | 4 ++-- server/views/emails/user-request-update-email.ejs | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/client/less/main.less b/client/less/main.less index c80442ad92..8c4c3c3bd6 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -134,8 +134,8 @@ h1, h2, h3, h4, h5, h6, p, li { } .landing-icon { - height: 200px; - width: 200px; + height: 100px; + width: 100px; } .completion-icon { diff --git a/server/views/emails/user-request-update-email.ejs b/server/views/emails/user-request-update-email.ejs index 130f5f1263..c917fe46ae 100644 --- a/server/views/emails/user-request-update-email.ejs +++ b/server/views/emails/user-request-update-email.ejs @@ -4,10 +4,6 @@ Please verify your email by following the link below: <%= verifyHref %> -Please email us at this address if you have any questions about freeCodeCamp. +Happy coding! -Good luck with the challenges! - -Thanks, -The freeCodeCamp Team. -team@freecodecamp.org +- The freeCodeCamp Team \ No newline at end of file