Skip to content

Commit 71c6c85

Browse files
author
jordanmccullough
committed
Nest cheat-sheet wrapper div
Avoid collision and any unexpected same-div styles applying to Bootstrap container
1 parent ef3bcc6 commit 71c6c85

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_layouts/cheat-sheet.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: site
33
---
44

5-
<div class="container cheat-sheet">
6-
{{ content }}
5+
<div class="container">
6+
<div class="cheat-sheet">
7+
{{ content }}
8+
</div>
79
</div>

0 commit comments

Comments
 (0)