diff --git a/sass/_graph.scss b/sass/_graph.scss index b088d52..90b6770 100644 --- a/sass/_graph.scss +++ b/sass/_graph.scss @@ -1,15 +1,20 @@ .graphviz { - .graph.default-coloring { - ellipse, path, polygon { - stroke: $text-color; - } + svg { + max-width: 100%; + width: 100%; - text { - fill: $text-color; - } + .graph.default-coloring { + ellipse, path, polygon { + stroke: $text-color; + } - * { - font-family: $sansfont; + text { + fill: $text-color; + } + + * { + font-family: $sansfont; + } } } }