图片圆角

This commit is contained in:
tangly1024.com
2023-03-15 09:42:00 +08:00
parent 7c4ff16914
commit 6772b8777c

View File

@@ -1,4 +1,5 @@
/* 图片阴影 */
#notion-article img{
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
border-radius: 0.5rem;
}