diff options
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; |