diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-30 14:15:49 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-30 14:15:49 +0200 |
commit | a27207fd577e5d0c44a905594520e738a56a4501 (patch) | |
tree | e5b3773d651efc8b17b7d4b32cfb4eba855fe174 /css | |
parent | h1 rework (diff) | |
download | joe-www-a27207fd577e5d0c44a905594520e738a56a4501.tar.gz joe-www-a27207fd577e5d0c44a905594520e738a56a4501.tar.bz2 joe-www-a27207fd577e5d0c44a905594520e738a56a4501.tar.xz joe-www-a27207fd577e5d0c44a905594520e738a56a4501.tar.zst joe-www-a27207fd577e5d0c44a905594520e738a56a4501.zip |
css update
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/site.css b/css/site.css index 61798fb..09e6f58 100644 --- a/css/site.css +++ b/css/site.css @@ -215,7 +215,7 @@ div.body-contents li { } div.body-contents ul { - padding: 0pt 0pt 0pt 1.5rem; + padding: 0em 6ex 0em 6ex; margin: 0; list-style: square; } |