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 b88a207 commit 243c591Copy full SHA for 243c591
doc/_static/cadquery_cheatsheet.html
@@ -17,7 +17,7 @@
17
}
18
#section-container {
19
display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-around; row-gap: 10px;
20
- overflow-y: scroll;
+ overflow: scroll;
21
width: 100%
22
23
.section {
@@ -26,6 +26,7 @@
26
background-color: #EBEBEB;
27
min-width: 340px;
28
max-width: min(50vw, 100%);
29
+ overflow-x: scroll;
30
31
.section-subtitle {
32
margin-bottom: 4px;
@@ -52,9 +53,12 @@
52
53
h2 {
54
display: inline;
55
- @media only screen and (max-width: 600px) {
56
+ @media only screen and (max-width: 1000px) {
57
body{
- font-size: 70%
58
+ font-size: 75%
59
+ }
60
+ .section {
61
+ max-width: 96%;
62
63
64
</style>
0 commit comments