Skip to content

Commit

Permalink
Increase code window size
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Costigliola committed Nov 13, 2015
1 parent 4460611 commit 4892d04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pres/css/reveal.css
Expand Up @@ -340,9 +340,9 @@ body {
.reveal pre code {
padding: 5px;
overflow: auto;
width: 100%;
width: 110%;
word-wrap: normal;
font-size: 105%;
font-size: 100%;
line-height: 1.3em;
}
.reveal pre.stretch code {
Expand Down
2 changes: 1 addition & 1 deletion pres/css/theme/default.css
Expand Up @@ -26,7 +26,7 @@ body {

.reveal {
font-family: "Lato", sans-serif;
font-size: 36px;
font-size: 44px;
font-weight: normal;
letter-spacing: -0.02em;
color: #eeeeee; }
Expand Down

0 comments on commit 4892d04

Please sign in to comment.