Files
flares/mne/report/js_and_css/report.css
2025-08-19 09:13:22 -07:00

20 lines
267 B
CSS

#container {
position: relative;
padding-bottom: 8rem;
}
#content {
margin-top: 90px;
scroll-behavior: smooth;
position: relative; /* for scrollspy */
}
#toc {
margin-top: 90px;
padding-bottom: 8rem;
}
footer {
margin-top: 8rem;
}