From 9e4a282f83ebab9bc92fcfb4fc423eaf837eaa66 Mon Sep 17 00:00:00 2001 From: zepp Date: Fri, 13 Dec 2024 21:59:24 -0500 Subject: [PATCH] adjust border radius for images in picrew gallery --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index 73fdbc1..a49f88b 100644 --- a/style/style.css +++ b/style/style.css @@ -151,7 +151,7 @@ main section ul li { .picrew-gallery img { border: 4px solid #17b794; - border-radius: 10%; + border-radius: 5%; } .picrew-gallery, .picrew-gallery-header {