Specify clip-path along with -webkit-clip-path for .circular

This commit is contained in:
Eryn Wells 2022-10-25 17:51:13 -04:00
parent 1e8b80481e
commit 83f3385bf8

View file

@ -320,6 +320,7 @@ img {
img.circular {
shape-outside: circle(50%);
-webkit-clip-path: circle(50%);
clip-path: circle(50%);
}
main {