From 75f80ae877925c31d6654239685f1dc108d6f5d3 Mon Sep 17 00:00:00 2001 From: yanas Date: Fri, 23 Sep 2016 11:26:48 -0500 Subject: [PATCH] Update _close.scss --- css/_close.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/_close.scss b/css/_close.scss index 1aec5a9cb..6183f3ecc 100644 --- a/css/_close.scss +++ b/css/_close.scss @@ -3,10 +3,10 @@ html, body { height:100%; color: $defaultColor; background: $defaultBackground; - text-align: center; } .closeMessage { + text-align: center; font-size: 36px; margin-top: 20%; -} \ No newline at end of file +}