Skip to content

Commit e3b0380

Browse files
author
jordanmccullough
committed
Wrap content with standard grid layout content container
1 parent f2bda46 commit e3b0380

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

_layouts/workbook.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@ <h2>{{ page.title }}</h2>
3333
</label>
3434
</div>
3535

36-
<!-- <nav class="toc">
37-
TOC
38-
</nav> -->
39-
40-
<span id="scope">
41-
{{ content }}
42-
</span>
36+
<div class="content">
37+
<span id="scope">
38+
{{ content }}
39+
</span>
40+
</div>
4341
</div>
4442
</section>
4543

0 commit comments

Comments
 (0)