Fix incorrect centering on homestarrunner.net its dot com

This commit is contained in:
David Wendt 2019-08-25 20:03:35 -04:00
parent 61171037cd
commit 21454b327b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ let ruffle_shadow_tmpl = document.createElement("template");
ruffle_shadow_tmpl.innerHTML = `
<style>
:host {
display: block;
display: inline-block;
}
#player {