From 8115e1db44954a2cbdf148289e409ce91d261ea4 Mon Sep 17 00:00:00 2001 From: JT Date: Thu, 24 Jul 2014 16:09:05 -0700 Subject: [PATCH] remove border on terminal .explantion on mobile. Doesnt need it/looks better without --- website/source/stylesheets/_home.less | 4 ++++ website/source/stylesheets/main.css | 3 +++ 2 files changed, 7 insertions(+) diff --git a/website/source/stylesheets/_home.less b/website/source/stylesheets/_home.less index e661b548af..750e86aef2 100755 --- a/website/source/stylesheets/_home.less +++ b/website/source/stylesheets/_home.less @@ -679,6 +679,10 @@ } } + #demos .explantion{ + border-left: 8px solid transparent; + } + #cta a { font-size: 14px; font-weight: 400; diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css index 89708eb536..dee83c7200 100644 --- a/website/source/stylesheets/main.css +++ b/website/source/stylesheets/main.css @@ -1212,6 +1212,9 @@ body.page-home #footer { transform: skewY(30deg); margin: 3px 3px 0 0; } + #demos .explantion { + border-left: 8px solid transparent; + } #cta a { font-size: 14px; font-weight: 400;