diff options
author | davidovski <david@davidovski.xyz> | 2022-05-23 22:47:18 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-23 22:47:18 +0100 |
commit | e3deb5602771437405349a0e28a5f7f1c1f25212 (patch) | |
tree | c93516d125fd43ae4c1beba95fda28f754b5a788 /resources | |
parent | 8ea617c26674e9e5cb3b5db88a36cb0e293ac185 (diff) |
removed left padding for ul
Diffstat (limited to 'resources')
-rw-r--r-- | resources/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/style.css b/resources/style.css index 81ace61..4b205da 100644 --- a/resources/style.css +++ b/resources/style.css @@ -152,7 +152,8 @@ pre { ul { list-style-type: none; - margin: 0; + margin-left: 0; + padding-left: 0; } img { |