From 86552860f6a44f7f2d6d928b44662d5021da8702 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Fri, 18 Jan 2019 22:16:11 -0500 Subject: [PATCH] Missing semicolon --- src/components/Header/style.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header/style.module.css b/src/components/Header/style.module.css index 1ebbd8f..3e08c71 100644 --- a/src/components/Header/style.module.css +++ b/src/components/Header/style.module.css @@ -62,7 +62,7 @@ width: 1em; height: 1em; margin-right: 0.5rem; - vertical-align: text-top + vertical-align: text-top; } } }