From d08b1ea76aa9d27c2534bdd46b85e20e2c9be319 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Wed, 6 Mar 2024 06:38:23 -0500 Subject: [PATCH] rounded corners --- web/public/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/public/style.css b/web/public/style.css index aff3a92..149437f 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -71,12 +71,14 @@ li { img, video, canvas { overflow: hidden; } - img { all: revert-layer; display: block; margin: 0 auto; - border-radius: 1px; + border-radius: 6px; +} +video { + border-radius: 6px; } .t_symbol { margin: 2rem auto;