Skip to content

Commit 6203f6d

Browse files
author
jordanmccullough
committed
Force main title, byline hidden by template layout
1 parent 1d227c2 commit 6203f6d

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

_stylesheets/page.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5568,11 +5568,6 @@ footer {
55685568
-moz-column-gap: 4em;
55695569
column-gap: 4em; }
55705570
.cheat-sheet h1, .cheat-sheet h1 + p {
5571-
-webkit-column-span: all;
5572-
column-span: all; }
5573-
.cheat-sheet h1 + p {
5574-
padding-bottom: 1em;
5575-
margin-bottom: 1em;
5576-
border-bottom: solid 1px #f3f3f3; }
5571+
display: none; }
55775572
.cheat-sheet h2:first-of-type {
55785573
margin-top: 0; }

_stylesheets/page.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,7 @@ footer {
199199
column-gap: 4em;
200200

201201
h1, h1+p{
202-
-webkit-column-span: all;
203-
column-span: all;
204-
}
205-
h1+p{
206-
padding-bottom: 1em;
207-
margin-bottom: 1em;
208-
border-bottom: solid 1px $mono-light;
202+
display: none;
209203
}
210204

211205
h2:first-of-type{

0 commit comments

Comments
 (0)