Skip to content

Commit f0d9cc6

Browse files
committed
Increase max-height of code blocks to 500px.
1 parent 791326a commit f0d9cc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/reveal.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ body {
296296
.reveal code {
297297
font-family: monospace;
298298
overflow: auto;
299-
max-height: 400px;
299+
max-height: 500px;
300300
}
301301

302302
.reveal table th,

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="apple-mobile-web-app-capable" content="yes" />
99
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
11-
<link rel="stylesheet" href="css/reveal.min.css">
11+
<link rel="stylesheet" href="css/reveal.css">
1212
<link rel="stylesheet" href="css/theme/night.css" id="theme">
1313
<!-- For syntax highlighting -->
1414
<link rel="stylesheet" href="lib/css/zenburn.css">
@@ -95,7 +95,7 @@
9595
## Replace if, else
9696

9797
* Use an Object, true, false and function(s)
98-
</sectiotn>
98+
</section>
9999
<section data-markdown>
100100
### Original
101101

0 commit comments

Comments
 (0)