From 54850941a161ddf151fe5e783a642193bf47ecc5 Mon Sep 17 00:00:00 2001
From: erciccione <erciccione@protonmail.com>
Date: Wed, 25 Mar 2020 15:57:50 +0100
Subject: [PATCH] roadmap: resize 'check' emoji

---
 css/custom.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/custom.css b/css/custom.css
index ffccf757..880f4d7c 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -3436,7 +3436,7 @@ h3#months {
 .roadmap li.completed:before {
   content: "\02714";
   color: green;
-  font-size:2.5rem;
+  font-size: 2rem;
   padding-right: 2%;
   vertical-align: -8%;
 }