We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b500d8f commit 799b78aCopy full SHA for 799b78a
docs/_static/custom.css
@@ -2,20 +2,22 @@
2
margin: 0px !important; /* Prevents unnecessary scroll bars in the navigation */
3
}
4
5
+body {
6
+ width: 100vw;
7
+ margin-right: calc(100vw - 100%);
8
+ overflow-x: hidden;
9
+}
10
+
11
.logo {
12
max-width: 50vw;
13
min-width: 130px;
14
15
16
.bd-page-width {
- width: 100lvw;
- overflow-x: hidden;
17
margin: 0;
18
19
20
.bd-header {
- min-width: 100lvw;
21
22
23
0 commit comments