From 46f4ffbc323eafce83e3371a58a74b1bdf7e3b2f Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 7 Apr 2017 00:01:39 -0400 Subject: [PATCH] Fix terminal size --- website/source/assets/stylesheets/_home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index 95da9ec34d..2c15138b35 100644 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -301,7 +301,7 @@ &:before { content: '\25CF'; color: $white; - font-size: 28px; + font-size: 20px; line-height: 100%; height: 100%; }