diff --git a/website/source/stylesheets/_header.less b/website/source/stylesheets/_header.less index aa892a857..f9b33eb3d 100755 --- a/website/source/stylesheets/_header.less +++ b/website/source/stylesheets/_header.less @@ -339,4 +339,11 @@ body.page-sub{ } } + #feature-auto{ + .terminal-text{ + line-height: 48px !important; + font-size: 20px !important; + } + } + } diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css index dc0c1aa40..00511cfbc 100644 --- a/website/source/stylesheets/main.css +++ b/website/source/stylesheets/main.css @@ -348,6 +348,10 @@ body.page-sub #header .main-links.navbar-nav li > a { background-image: url("../images/header-logo.png"); background-size: 39px 44px; } + #feature-auto .terminal-text { + line-height: 48px !important; + font-size: 20px !important; + } } @media (max-width: 320px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 320px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 320px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-width: 320px) and only screen and (min-device-pixel-ratio: 2), (max-width: 320px) and only screen and (min-resolution: 192dpi), (max-width: 320px) and only screen and (min-resolution: 2dppx) { #header .navbar-brand.logo {