diff --git a/assets/css/style.css b/assets/css/style.css index 7a4e9a8..1c48a0d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -438,11 +438,22 @@ section img[src*="Neurophysiology-min.png"] { display: block !important; } +/* Limit the maximum size of pynapple graphic abstract image */ +.content img[src*="pynapple/GraphicAbstract.png"] { + width: 100% !important; + max-width: 600px !important; + margin: 0 auto !important; + display: block !important; +} + /* Ensure the image is responsive on smaller screens */ @media (max-width: 900px) { section img[src*="Neurophysiology-min.png"] { max-width: 95% !important; } + .content img[src*="pynapple/GraphicAbstract.png"] { + max-width: 90% !important; + } } .content li::marker {