diff --git a/src/main/resources/templates/pub/index.html b/src/main/resources/templates/pub/index.html
index 9fef7d7..b8aa961 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
+ }
@@ -122,27 +137,15 @@
@@ -161,10 +164,11 @@
-
-
- This saves your current theme and theme color for current Name
-
+
+
+
+
+
Example Commands: "1d6", "2d8 1d100", "1d4 and 1d6", "2d20 & 1d2, "5d6+10"
@@ -179,6 +183,23 @@
+
+
+
+
+ This saves your current theme and theme color for current Name
+
+