Skip to content

Commit ec1c7d8

Browse files
author
jordanmccullough
committed
Tune cheat sheet footer styles
1 parent 6203f6d commit ec1c7d8

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

_stylesheets/page.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5571,3 +5571,10 @@ footer {
55715571
display: none; }
55725572
.cheat-sheet h2:first-of-type {
55735573
margin-top: 0; }
5574+
.cheat-sheet h2:last-of-type {
5575+
-webkit-column-span: all;
5576+
-moz-column-span: all;
5577+
column-span: all;
5578+
padding-top: 1em;
5579+
margin-top: 1em;
5580+
border-top: solid 1px #f3f3f3; }

_stylesheets/page.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,14 @@ footer {
205205
h2:first-of-type{
206206
margin-top: 0;
207207
}
208+
209+
h2:last-of-type{
210+
-webkit-column-span: all;
211+
-moz-column-span: all;
212+
column-span: all;
213+
214+
padding-top: 1em;
215+
margin-top: 1em;
216+
border-top: solid 1px $mono-light;
217+
}
208218
}

0 commit comments

Comments
 (0)