Skip to content

Commit

Permalink
dist versions of new src files
Browse files Browse the repository at this point in the history
  • Loading branch information
JonHMChan committed Jul 22, 2016
1 parent 1f0a418 commit b518d93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion dist/descartes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions dist/slides.js
Expand Up @@ -51,12 +51,10 @@ d.add({
"font-weight": 100,
"text-shadow": "0 0 25px #666",
"margin": 0,
"line-height": 1,
"$(window).resize": {
"font-size": function fontSize() {
return p.scale(window.innerWidth, p.layout.wrappers.mobile, 3600, 72, 120) * 1.5;
},
"line-height": function lineHeight() {
return p.scale(window.innerWidth, p.layout.wrappers.mobile, 3600, 60, 110) * 1.5;
}
}
},
Expand All @@ -75,7 +73,7 @@ d.add({
},
"p": {
"font-weight": 100,
"text-shadow": "0 0 50px #666",
"text-shadow": "0 0 10px #666",
"margin": 0
},
"a": {
Expand Down

0 comments on commit b518d93

Please sign in to comment.