画像のサイズを調整するCSS
https://www.gravatar.com/avatar/48b49836fa2b6cf65c433df81bb67348?s=512&.pnghttps://www.gravatar.com/avatar/48b49836fa2b6cf65c433df81bb67348?s=512&.pnghttps://www.gravatar.com/avatar/48b49836fa2b6cf65c433df81bb67348?s=512&.png
code:style.css
.level-1 img:not(.icon) { width: 16.7%; max-height: none !important; }
.level-2 img:not(.icon) { width: 33.3%; max-height: none !important; }
.level-3 img:not(.icon) { width: 50%; max-height: none !important; }
.level-4 img:not(.icon) { width: 66.7%; max-height: none !important; }
.level-5 img:not(.icon) { width: 83.3%; max-height: none !important; }
.level-6 img:not(.icon) { width: 100%; max-height: none !important; }
.deco-\- img:not(.icon) { width: 0%; max-height: none !important; }