Skip to content

Commit

Permalink
Add image class rounded-corners. (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi authored May 16, 2024
1 parent 5c84c4b commit 3569cd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/neo4j-docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
4px 4px 4px 4px rgba(var(--colors-neutral-10));
}

.docs article .rounded-corners img {
border-radius: 15px;
}

.docs article .no-border img {
border: none;
padding: 0;
Expand Down

0 comments on commit 3569cd8

Please sign in to comment.