From a85eb968faad662c6fcd001acbd08c18436f25af Mon Sep 17 00:00:00 2001 From: Jona Walpert Date: Mon, 13 Apr 2026 01:25:05 +0200 Subject: [PATCH] Add: round edges for Table image --- outreach/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/outreach/style.css b/outreach/style.css index dc30f21..4e30c29 100644 --- a/outreach/style.css +++ b/outreach/style.css @@ -614,6 +614,8 @@ video, .table-preview-container { padding: 8px; box-sizing: border-box; + border-radius: 24px; + overflow: hidden; } .table-preview-image { @@ -621,7 +623,8 @@ video, width: calc(100% - 32px); height: auto; padding: 8px; - border-radius: 10px; + border-radius: 24px; + display: block; } @media (max-width: 900px) {