From b08dffcef48674a2da676c97576a2eb788867dbc Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 14 Mar 2018 23:24:35 -0700 Subject: [PATCH] Fix broken 1st head link --- assets/css/devportal.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/css/devportal.css b/assets/css/devportal.css index b19394dc20..737838a3de 100644 --- a/assets/css/devportal.css +++ b/assets/css/devportal.css @@ -95,7 +95,14 @@ .no-1st-head h4:first-child, .no-1st-head h5:first-child, .no-1st-head h6:first-child { - display: none; + visibility: hidden; + margin: 0; + padding: 0; + line-height: 0; +} +.no-1st-head h1:first-child:before { + margin-top: -167px; + height: 167px; } .content p { line-height: 1.8;