Skip to content

Commit 079996b

Browse files
author
jordanmccullough
committed
Remove all specialized cheat-sheet styling
Favoring site-wide styles and Bootstrap container and column layouts over specialized `column-count` that results in unexpected overflow.
1 parent 30dbb08 commit 079996b

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

_stylesheets/page.scss

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -190,38 +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-
h2, h3, table{
205-
-webkit-column-span: all;
206-
-moz-column-span: all;
207-
column-span: all;
208-
}
209-
210-
h1, h1+p{
211-
display: none;
212-
}
213-
214-
h2:first-of-type{
215-
margin-top: 0;
216-
}
217-
218-
h2:last-of-type{
219-
-webkit-column-span: all;
220-
-moz-column-span: all;
221-
column-span: all;
222-
223-
padding-top: 1em;
224-
margin-top: 1em;
225-
border-top: solid 1px $mono-light;
226-
}
227-
}

0 commit comments

Comments
 (0)