Skip to content

Commit e959c8b

Browse files
Allow rounded-corners for videos.
1 parent a4c8223 commit e959c8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/neo4j-docs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
4px 4px 4px 4px rgba(var(--colors-neutral-10));
2525
}
2626

27-
.docs article .rounded-corners img {
27+
.docs article .rounded-corners img,
28+
.docs article video.rounded-corners {
2829
border-radius: 15px;
2930
}
3031

0 commit comments

Comments
 (0)