From ded46dc71f3f3669f346cd8a3315308e997e911a Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 18 Apr 2017 13:54:23 -0400 Subject: [PATCH] Update terminal --- website/source/assets/stylesheets/_home.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index de37be37c..e2e3c06ba 100644 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -150,13 +150,13 @@ box-sizing: border-box; color: $white; font-family: $font-family-monospace; - font-size: 14px; + font-size: 15px; line-height: 1.8; margin-top: 55px; padding: 10px 20px 20px 20px; .terminal-content { - margin-top: 15px; + margin-top: 5px; overflow-x: scroll; width: 100%; white-space: nowrap; @@ -170,8 +170,11 @@ &:before { content: '\25CF'; color: $white; - font-size: 20px; + font-family: $font-family-monospace; + font-size: 30px; line-height: 1; + margin: 0 0 0 -4px; + padding: 0; height: 100%; } }