Skip to content

Commit ef3bcc6

Browse files
author
jordanmccullough
committed
Adjust cheat sheet style for column breaks/spans
1 parent 4525f15 commit ef3bcc6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_stylesheets/page.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@ footer {
201201
-moz-column-gap: 4em;
202202
column-gap: 4em;
203203

204+
h2, h3, table{
205+
-webkit-column-span: all;
206+
-moz-column-span: all;
207+
column-span: all;
208+
}
209+
204210
h1, h1+p{
205211
display: none;
206212
}

0 commit comments

Comments
 (0)