Skip to content

Commit d74ebe9

Browse files
committed
Fix some padding and overflow issues
1 parent 260f078 commit d74ebe9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ body {
2525

2626
.mech-content {
2727
min-width: 800px;
28+
padding-top: 20px;
29+
padding-bottom: 20px;
2830
counter-reset: h2 equation;
2931
flex: 2;
3032
}
@@ -46,6 +48,7 @@ body {
4648
background-color: #171D21;
4749
color: #f2ead9;
4850
overflow-y: auto;
51+
overflow-x: hidden;
4952
position: sticky;
5053
top: 0;
5154
height: 100vh;
@@ -417,6 +420,7 @@ h4.toc {
417420
}
418421

419422
.mech-statement {
423+
min-width: 225px;
420424
}
421425

422426
.mech-variable-define {

0 commit comments

Comments
 (0)