diff options
author | EuAndreh <eu@euandre.org> | 2025-04-17 16:15:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-17 16:15:28 -0300 |
commit | 324c994174663c5602b30e4ecc43391f178f4e80 (patch) | |
tree | 8de317d267d38a0e8dbe19ca135e0f1a4281259d | |
parent | src/content/blog/2020/08/31/database-i-wish-i-had.adoc: Recover longform foot... (diff) | |
download | euandre.org-324c994174663c5602b30e4ecc43391f178f4e80.tar.gz euandre.org-324c994174663c5602b30e4ecc43391f178f4e80.tar.xz |
src/content/style.css: Fix selector of collection listing
Diffstat (limited to '')
-rw-r--r-- | src/content/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/style.css b/src/content/style.css index 86e23eb..cbe615b 100644 --- a/src/content/style.css +++ b/src/content/style.css @@ -86,11 +86,11 @@ blockquote { border-left: 3px solid var(--color-2nd-fg); } -ul.no-style { +.collection-list { list-style-type: none; } -ul.no-style li { +.collection-list li { margin: 20px 0px; } |