Skip to content

Commit 57c1c50

Browse files
author
jordanmccullough
committed
Remove slide wrapper/styling on lab include
With the slide toggle feature and spacebar browsing method of slides, precluding the Lab sections from appear permits a cleaner slide deck style presentation walkthrough.
1 parent b44a175 commit 57c1c50

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

_includes/lab

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
<div class="slide">
2-
<div class="alignment">
3-
<div class="panel panel-primary lab">
4-
<div class="panel-heading">Lab</div>
5-
<div class="panel-body">
6-
{{ lab | markdownify }}
7-
</div>
8-
<!--<div class="panel-footer">Footer</div>-->
9-
</div>
1+
<div class="panel panel-primary lab">
2+
<div class="panel-heading">Lab</div>
3+
<div class="panel-body">
4+
{{ lab | markdownify }}
105
</div>
116
</div>

0 commit comments

Comments
 (0)