We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30dbb08 commit 079996bCopy full SHA for 079996b
_stylesheets/page.scss
@@ -190,38 +190,3 @@ footer {
190
}
191
192
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
220
221
222
223
- padding-top: 1em;
224
- margin-top: 1em;
225
- border-top: solid 1px $mono-light;
226
227
-}
0 commit comments