Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading