From 83f3385bf87363dbef7d692575e8954937f097af Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 25 Oct 2022 17:51:13 -0400 Subject: [PATCH] Specify clip-path along with -webkit-clip-path for .circular --- static/styles/root.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/root.css b/static/styles/root.css index 1aa9053..1072ea0 100644 --- a/static/styles/root.css +++ b/static/styles/root.css @@ -320,6 +320,7 @@ img { img.circular { shape-outside: circle(50%); -webkit-clip-path: circle(50%); + clip-path: circle(50%); } main {