aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.html b/index.html
index 9ce3b24..460f771 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,13 @@ html, body {
text-align: center;
min-height: 100vh;
}
+
+/* This is cool: https://stackoverflow.com/a/33298969/514684
+ * Makes sure the button doesn't jump up. */
+#note:empty:after {
+ content: '\200B';
+ visibility: hidden;
+}
</style>
</head>
<body>