diff --git a/website/src/js/channel-preview.jsc b/website/src/js/channel-preview.jsc index ffc2bc2f3d..3d87e48b2d 100644 --- a/website/src/js/channel-preview.jsc +++ b/website/src/js/channel-preview.jsc @@ -9,7 +9,7 @@ const STYLE = ` line-height: 1.4; color: #000; background: #fff; - max-width: 720px; + max-width: 640px; margin: 0 auto; padding: 0; -webkit-font-smoothing: antialiased; @@ -265,11 +265,11 @@ const STYLE = ` } .simplex-preview-image.landscape { - width: 500px; + width: 400px; } .simplex-preview-image.portrait { - width: 375px; + width: 300px; } .simplex-preview-link-card { @@ -401,6 +401,7 @@ const STYLE = ` .simplex-preview-text .small-text { font-size: 13px; + color: #888; } .simplex-preview-text .red { color: #DD0000; }