From 49a732cceef462e2798be0278dcc78ab166e3e67 Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Tue, 12 Jul 2022 15:10:47 +0200 Subject: [PATCH] further improve channel list style --- css/posts.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/posts.css b/css/posts.css index cdaf6de..f58d951 100644 --- a/css/posts.css +++ b/css/posts.css @@ -93,7 +93,12 @@ button { background-color: var(--fg-color); text-align: center; float: left; - padding-right: 20px + margin-left: 20px; + margin-right: 20px; +} + +.channel { + padding: 10px; } #scriptonly {