aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
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;