We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3551b08 commit efb2860Copy full SHA for efb2860
_layouts/slide.html
@@ -2,9 +2,18 @@
2
layout: default
3
---
4
5
+<style>
6
+ /* Override the default styles for the slide layout */
7
+ #main.container {
8
+ max-width: 1000px;
9
+ }
10
+
11
+</style>
12
13
<h1>{{ page.title }}</h1>
14
<div class="speaker-name">{{ page.speaker }}</div>
15
-<object data="{{ page.filename }}" width="100%" height="500" type="application/pdf"></object>
-
16
+<object data="{{ page.filename }}" width="100%" height="600" type="application/pdf"></object>
17
+<center>
18
<p><a href="/slides">Back to Slides</a></p>
19
+</center>
0 commit comments