We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed34077 commit fb9134fCopy full SHA for fb9134f
_includes/header_presentation.html
@@ -13,7 +13,14 @@
13
</div>
14
<!-- Collect the nav links, forms, and other content for toggling -->
15
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
16
- <h2>{{ page.title }}</h2>
+ <div class="row">
17
+ <div class="col-lg-4">
18
+ <div class="clearfix"></div>
19
+ </div>
20
+ <div class="col-lg-8">
21
+ <h2>{{ page.title }}</h2>
22
23
24
25
<!-- /.navbar-collapse -->
26
_includes/presentation.html
@@ -14,6 +14,5 @@
<script>
var slideshow = remark.create({
ratio: '16:9',
- navigation: {scroll: false,}
});
</script>
0 commit comments