From 46a5c928cd472683b94961f5b589b962585360ae Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Thu, 30 May 2024 12:35:59 +0200 Subject: [PATCH] test --- snippets/shx-video-base.liquid | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/snippets/shx-video-base.liquid b/snippets/shx-video-base.liquid index 165438f..f349d84 100644 --- a/snippets/shx-video-base.liquid +++ b/snippets/shx-video-base.liquid @@ -31,8 +31,12 @@ .shx-video-for-desc { max-width: 100%; - height: 200px; - width: 200px; + height: 400px; + width: 400px; + + border-radius: 10px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + margin: 0 auto; }