Skip to content

Commit 62f090c

Browse files
author
jordanmccullough
committed
Remove deprecated custom cheat-sheet styling
1 parent ab4ba30 commit 62f090c

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

_stylesheets/page.scss

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -190,32 +190,3 @@ footer {
190190
}
191191
}
192192
}
193-
194-
195-
.cheat-sheet{
196-
-webkit-column-count: 2;
197-
-moz-column-count: 2;
198-
column-count: 2;
199-
200-
-webkit-column-gap: 4em;
201-
-moz-column-gap: 4em;
202-
column-gap: 4em;
203-
204-
h1, h1+p{
205-
display: none;
206-
}
207-
208-
h2:first-of-type{
209-
margin-top: 0;
210-
}
211-
212-
h2:last-of-type{
213-
-webkit-column-span: all;
214-
-moz-column-span: all;
215-
column-span: all;
216-
217-
padding-top: 1em;
218-
margin-top: 1em;
219-
border-top: solid 1px $mono-light;
220-
}
221-
}

0 commit comments

Comments
 (0)