Skip to content

Commit

Permalink
fix standalone for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Jun 29, 2017
1 parent d5d860f commit eb4235a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/standalone/bubble.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<style>
.standalone-container {
margin: 50px auto;
width: 720px;
max-width: 720px;
}
#bubble-container {
height: 350px;
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/standalone/full.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<style>
body > #standalone-container {
margin: 50px auto;
width: 720px;
max-width: 720px;
}
#editor-container {
height: 350px;
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/standalone/snow.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<style>
.standalone-container {
margin: 50px auto;
width: 720px;
max-width: 720px;
}
#snow-container {
height: 350px;
Expand Down
1 change: 0 additions & 1 deletion docs/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
User-agent: *
Allow: /
Disallow: /standalone/*

0 comments on commit eb4235a

Please sign in to comment.