Tikz mindmap baloon size
2
I want to make a mindmap with tikz for my notes on political philosophy but the child nodes become so little that I cannot read what it's inside. Here's an example: As you can see the first nodes are easily readeble unlike the last ones. This is the code begin{document} begin{tcolorbox}[colback=red!5!white,colframe=red!75!black] chapter*{Liberal Equality} end{tcolorbox} begin{tikzpicture}[mindmap, grow cyclic, every node/.style=concept, concept color=blue!10, level 1/.append style={level distance=5cm,sibling angle=90}, level 2/.append style={level distance=3cm,sibling angle=45},] node{Rawls} child[concept color=red!60]{node{He's in opposition with} child{node{Utilitarism}} child{node{Intuitionism}} } child[concept color=blue!60]{node{Two...