Skip to content

Commit 9bce60f

Browse files
committed
fix css for inheritance diagramsize
1 parent 651013f commit 9bce60f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/static/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/* See https://github.com/OpenCyphal/pycyphal/issues/321 */
2+
object.inheritance, img.inheritance {
3+
max-width: 25%;
4+
width: 25%;
5+
height: auto;
6+
display: block;
7+
margin: auto;
8+
}
9+
110
/* Gray text is ugly. Text should be black. */
211
body {
312
color: #000;

0 commit comments

Comments
 (0)