From 01f774607bcf59eaa8748737255f55d8989755be Mon Sep 17 00:00:00 2001 From: ccsplit Date: Mon, 25 Feb 2019 10:04:17 -0600 Subject: [PATCH] Change top style {1 => 2}px. The color did not appear to be even with the text therefore, changed the color to have a top of 2px instead of 1px. --- assets/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles.scss b/assets/styles.scss index 85c5566..66fd171 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -17,6 +17,6 @@ body { display: inline-block; height: 12px; position: relative; - top: 1px; + top: 2px; width: 12px; }