diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-12 17:54:03 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-12 17:54:03 +0500 |
commit | 44ee6fb03dec77d3b02c495361d2b68f358ff523 (patch) | |
tree | 796a2cd70fe1210df3de4a0d56fc5b6c640c1f2b | |
parent | server.py: minor refactoring (diff) | |
download | void-44ee6fb03dec77d3b02c495361d2b68f358ff523.tar.gz void-44ee6fb03dec77d3b02c495361d2b68f358ff523.zip |
index.html: fix formatting
Diffstat (limited to '')
-rw-r--r-- | index.html | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -22,8 +22,10 @@ html, body { min-height: 100vh; } -/* This is cool: https://stackoverflow.com/a/33298969/514684 - * Makes sure the button doesn't jump up. */ +/* + * This is cool: https://stackoverflow.com/a/33298969/514684 + * Makes sure the button doesn't jump up. + */ #note:empty:after { content: '\200B'; visibility: hidden; |