markdown injects block elements so break out the version

This commit is contained in:
Johannes Zellner
2019-05-11 13:48:22 +02:00
parent ea1e556197
commit 53a00a8d76
2 changed files with 13 additions and 2 deletions

View File

@@ -800,6 +800,17 @@ footer {
color: #62bdfc;
padding: 0 10px;
}
p {
margin: 0;
}
.version {
position: fixed;
bottom: 5px;
right: 5px;
opacity: 0.5;
}
}
.hand {