1 parent bbb0b87 commit 3c22150Copy full SHA for 3c22150
1 file changed
docs/_static/jano-docs.css
@@ -208,6 +208,8 @@ div.body span.caption-text {
208
209
div.sphinxsidebar {
210
background: transparent;
211
+ box-sizing: border-box;
212
+ padding-right: 1.15rem;
213
padding-top: 1rem;
214
}
215
@@ -1122,6 +1124,10 @@ hr.docutils {
1122
1124
1123
1125
1126
@media (max-width: 900px) {
1127
+ div.sphinxsidebar {
1128
+ padding-right: 0;
1129
+ }
1130
+
1131
div.body {
1132
padding: 1.7rem 1.3rem;
1133
border-radius: 20px;
0 commit comments