From 9b1d1b99373143009ed4c19399630449a2a4847e Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 20 May 2024 20:25:01 +0200 Subject: [PATCH] style: adjust spacing --- templates/threads.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/templates/threads.html b/templates/threads.html index dec25a4..4ca12d2 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -62,6 +62,11 @@ border-bottom-right-radius: 0; } + main { + display: grid; + gap: 1em; + } + main.home { & .back { display: none @@ -89,13 +94,14 @@ ul { list-style: none; padding-left: 0; + display: grid; + gap: 1em; } .card { - display: grid; grid-template-columns: 55px auto; + display: grid; gap: 5px; - padding-bottom: 1em; } .card_content { @@ -146,7 +152,7 @@ } & p { - margin-bottom: 0.5em; + margin-bottom: 1em; } }