From 53a00a8d7678f98f116391982e3b7186a8ff03ec Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sat, 11 May 2019 13:48:22 +0200 Subject: [PATCH] markdown injects block elements so break out the version --- src/index.html | 4 ++-- src/theme.scss | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) 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 {