From d3561de04823334b668f74cf3331721f4abb300b Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 20 May 2024 17:42:18 +0200 Subject: [PATCH] style: list indent none --- templates/threads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/threads.html b/templates/threads.html index 2acee59..d14cc5d 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -69,10 +69,10 @@ ul { list-style: none; + padding-left: 0; } .card { - margin-left: -40px; display: grid; grid-template-columns: 55px auto; gap: 5px;