diff --git a/src/index.html b/src/index.html index 4594b5c87..f76c30706 100644 --- a/src/index.html +++ b/src/index.html @@ -175,8 +175,8 @@
diff --git a/src/theme.scss b/src/theme.scss index a186d72d9..391d1ff5b 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -800,6 +800,17 @@ footer { color: #62bdfc; padding: 0 10px; } + + p { + margin: 0; + } + + .version { + position: fixed; + bottom: 5px; + right: 5px; + opacity: 0.5; + } } .hand {