commit cae8c6ecd438c4ce63b893389a85651b661c54bc parent 896c2a022f58541f65557084afadcb6771127067 Author: corndog <cauchyn@firemail.cc> Date: Mon, 18 Feb 2019 14:43:16 -0800 Increase space between list items via margin-top Diffstat:
| M | in/static/style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/in/static/style.css b/in/static/style.css @@ -53,7 +53,7 @@ img { } li { - margin-top: 3px; + margin-top: 4px; } li:first-child {