From 1bb3803d5365fc1e24c5a1904c7c1649729fdaa9 Mon Sep 17 00:00:00 2001 From: danielc-n Date: Mon, 28 Oct 2024 12:08:16 +0100 Subject: [PATCH] updated the css a little bit --- styles/globals.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index 9a2440b3..b44c5b81 100755 --- a/styles/globals.css +++ b/styles/globals.css @@ -863,6 +863,7 @@ Select scribe theme Start object-fit: cover; cursor: pointer; transition: transform 0.2s; + border-radius: 10px; } .gallery-image:hover { @@ -901,6 +902,7 @@ Select scribe theme Start max-width: 90%; max-height: 90%; object-fit: contain; + border-radius: 10px; } .zoomed-video {