From 338566a9da8fa9ee15399367c2b8319b0bfb62e9 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Fri, 4 Jan 2019 16:53:52 +0530 Subject: [PATCH] Removed underline and adjusted the position a bit :construction: #7265 --- website/static/css/custom.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/css/custom.css b/website/static/css/custom.css index 5046cc69936e..c010a9490526 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -7,6 +7,16 @@ margin-right: -20px; } +.fixedHeaderContainer header .headerTitleWithLogo { + font-size: 1.1em; +} + +.fixedHeaderContainer header h3 { + font-size: 16px; + margin-top: 2px; + text-decoration: none; +} + div.jest-repl { margin: 0 5%; position: relative;