File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -5568,11 +5568,6 @@ footer {
5568
5568
-moz-column-gap : 4em ;
5569
5569
column-gap : 4em ; }
5570
5570
.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; }
5577
5572
.cheat-sheet h2 : first-of-type {
5578
5573
margin-top : 0 ; }
Original file line number Diff line number Diff line change @@ -199,13 +199,7 @@ footer {
199
199
column-gap : 4em ;
200
200
201
201
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 ;
209
203
}
210
204
211
205
h2 :first-of-type {
You can’t perform that action at this time.
0 commit comments