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
8 changes: 5 additions & 3 deletions docs/source/_static/theme_overrides.css
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@
.wy-nav-content {
max-width: 100%;
padding: 0px 40px 0px 0px;
margin-top: 0px;
margin-top: 20px;
}

.wy-nav-content-wrap {
Expand All@@ -12,16 +12,18 @@
div.rst-content {
max-width: 1300px;
border: 0;
padding: 10px 80px 10px 80px;
padding: 30px 80px 10px 80px;
margin-left: 50px;
line-height: 1.6;
}

@media (max-width: 768px) {
div.rst-content {
max-width: 1300px;
border: 0;
padding: 0px 10px 10px 10px;
padding: 20px 10px 10px 10px;
margin-left: 0px;
line-height: 1.5;
}
}

Expand Down