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 260f078 commit d74ebe9Copy full SHA for d74ebe9
include/style.css
@@ -25,6 +25,8 @@ body {
25
26
.mech-content {
27
min-width: 800px;
28
+ padding-top: 20px;
29
+ padding-bottom: 20px;
30
counter-reset: h2 equation;
31
flex: 2;
32
}
@@ -46,6 +48,7 @@ body {
46
48
background-color: #171D21;
47
49
color: #f2ead9;
50
overflow-y: auto;
51
+ overflow-x: hidden;
52
position: sticky;
53
top: 0;
54
height: 100vh;
@@ -417,6 +420,7 @@ h4.toc {
417
420
418
421
419
422
.mech-statement {
423
+ min-width: 225px;
424
425
426
.mech-variable-define {
0 commit comments