From 3f5edd5c9d02ab822c3907c39141e4ab7d9305c1 Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:16:46 +0000 Subject: [PATCH] paddings --- website/src/js/channel-preview.jsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/js/channel-preview.jsc b/website/src/js/channel-preview.jsc index 4c4a1effee..3e2f206ca9 100644 --- a/website/src/js/channel-preview.jsc +++ b/website/src/js/channel-preview.jsc @@ -518,7 +518,7 @@ const STYLE = ` font-size: 18px; font-weight: 600; text-align: center; - margin: 0 0 20px; + margin: 0 0 16px; color: #000; } @@ -556,7 +556,7 @@ const STYLE = ` justify-content: center; gap: 8px; flex-wrap: wrap; - margin: 0; + margin: 0 0 3px; } .simplex-preview-badges a {