From 2a9e0a01eeebf80a54428fb33401e7598b0e3d4e Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:56:50 +0000 Subject: [PATCH] cta layout --- website/src/js/channel-preview.jsc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/js/channel-preview.jsc b/website/src/js/channel-preview.jsc index 3f790f7d12..a2ca0f3b8d 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: 4px 0 0; + margin: 20px 0 0; } .simplex-preview-conversion-title { - font-size: 15px; - font-weight: 500; + font-size: 18px; + font-weight: 600; text-align: center; - margin: 0; + margin: 16px 0 4px; color: #000; }