diff --git a/crates/rpack/index.html b/crates/rpack/index.html index 87b61ff..8d8025f 100644 --- a/crates/rpack/index.html +++ b/crates/rpack/index.html @@ -66,9 +66,10 @@ margin-left: auto; display: block; position: absolute; - top: 0%; - left: 50%; - transform: translate(-50%, 0%); + top: 0; + left: 0; + width: 100%; + height: 100%; } .centered {