From: Zachary Vance Date: Mon, 17 Jul 2023 17:28:12 +0000 (-0400) Subject: Bulletted lists X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=677a6ca99ae4ccd209467ca236bd53f4eb9ed0fc;p=za3k.git Bulletted lists --- diff --git a/blog.md b/blog.md index 5c844b8..cad3929 100644 --- a/blog.md +++ b/blog.md @@ -28,6 +28,7 @@ li { margin: 8px; padding: 8px; filter: drop-shadow(3px 5px 4px rgba(0,0,0,0.1)); + overflow: auto; } li a { float: right; diff --git a/markdown.css b/markdown.css index b6ca5a5..ca15102 100644 --- a/markdown.css +++ b/markdown.css @@ -43,5 +43,4 @@ img { li { margin: 8px 0 8px 0; - overflow: auto; }