diff --git a/src/main/resources/templates/pub/index.html b/src/main/resources/templates/pub/index.html index 9fef7d7..8f7c109 100644 --- a/src/main/resources/templates/pub/index.html +++ b/src/main/resources/templates/pub/index.html @@ -107,6 +107,21 @@ color:#fff !important; background-color:#333333dd !important } + + #dice-box { + position: relative; + box-sizing: border-box; + width: 100%; + height: 100%; + background: transparent; + background-size: cover; + } + + #dice-box canvas { + width: 100%; + height: 100%; + margin: 20px + }