diff options
author | neodarz <neodarz@neodarz.net> | 2020-09-26 12:12:42 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-09-26 12:12:42 +0200 |
commit | f5c70f173cdc9db85c5363380e4fa5b0ac8ab412 (patch) | |
tree | ef9fe26882489f9e7af505c67dba511febe3822d /index.html | |
parent | bebbb496ef21e93bad4cdfff5bdfc0132bf07c41 (diff) | |
download | alicorn.network-f5c70f173cdc9db85c5363380e4fa5b0ac8ab412.tar.xz alicorn.network-f5c70f173cdc9db85c5363380e4fa5b0ac8ab412.zip |
Fix typo
Diffstat (limited to '')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -51,8 +51,9 @@ body { top: 84%; left: 34%; background: black; - padding-bottom: 1px; display: inline !important; + margin-top: -1px; + padding: 3px 0; } |