From e6a977d5fca0b52d136b23b7f37cd660e35abff3 Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:06:45 +0000 Subject: [PATCH] paddings --- website/src/js/channel-preview.jsc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/js/channel-preview.jsc b/website/src/js/channel-preview.jsc index 808704436b..4c4a1effee 100644 --- a/website/src/js/channel-preview.jsc +++ b/website/src/js/channel-preview.jsc @@ -511,14 +511,14 @@ const STYLE = ` width: 100%; height: 1px; background: #e5e5e5; - margin: 20px 0 0; + margin: 20px 0; } .simplex-preview-conversion-title { font-size: 18px; font-weight: 600; text-align: center; - margin: 16px 0 4px; + margin: 0 0 20px; color: #000; } @@ -588,7 +588,7 @@ const STYLE = ` .simplex-preview-step-title { font-size: 14px; text-align: center; - margin: 0; + margin: 0 0 -8px; color: #000; }