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 c75917a commit b88a207Copy full SHA for b88a207
doc/_static/cadquery_cheatsheet.html
@@ -7,6 +7,7 @@
7
8
<style type="text/css">
9
body {
10
+ width: 100vw;
11
margin: 0;
12
text-align: center;
13
}
@@ -16,12 +17,14 @@
16
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;
21
+ width: 100%
22
23
.section {
24
margin: 0.5em;
25
padding: 0px 0.5em 0.5em;
26
background-color: #EBEBEB;
- min-width: 300px;
27
+ min-width: 340px;
28
max-width: min(50vw, 100%);
29
30
.section-subtitle {
@@ -49,6 +52,11 @@
49
52
h2 {
50
53
display: inline;
51
54
55
+ @media only screen and (max-width: 600px) {
56
+ body{
57
+ font-size: 70%
58
+ }
59
60
</style>
61
</head>
62
<body>
0 commit comments