Skip to content

Commit 3569cd8

Browse files
Add image class rounded-corners. (#229)
1 parent 5c84c4b commit 3569cd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/neo4j-docs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
4px 4px 4px 4px rgba(var(--colors-neutral-10));
2525
}
2626

27+
.docs article .rounded-corners img {
28+
border-radius: 15px;
29+
}
30+
2731
.docs article .no-border img {
2832
border: none;
2933
padding: 0;

0 commit comments

Comments
 (0)