aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 17:54:03 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 17:54:03 +0500
commit44ee6fb03dec77d3b02c495361d2b68f358ff523 (patch)
tree796a2cd70fe1210df3de4a0d56fc5b6c640c1f2b /index.html
parentserver.py: minor refactoring (diff)
downloadvoid-44ee6fb03dec77d3b02c495361d2b68f358ff523.tar.gz
void-44ee6fb03dec77d3b02c495361d2b68f358ff523.zip
index.html: fix formatting
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html
index ce17843..a580f9d 100644
--- a/index.html
+++ b/index.html
@@ -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;