chore: release v0.0.1
This commit is contained in:
16
docs/source/_static/css/custom.css
Normal file
16
docs/source/_static/css/custom.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/* Custom CSS for MotrixSim Documentation */
|
||||
|
||||
/* Logo adjustments for PyData Sphinx Theme */
|
||||
.navbar-brand img {
|
||||
max-height: 130px !important;
|
||||
height: 130px !important;
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.bd-main .bd-content .bd-article-container {
|
||||
max-width: 80em; /* default is 60em */
|
||||
}
|
||||
|
||||
.bd-page-width {
|
||||
max-width: 100rem; /* default is 88rem */
|
||||
}
|
||||
Reference in New Issue
Block a user