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 ed0b85c commit 4b8762bCopy full SHA for 4b8762b
psturtle.com/_includes/Help.ps1
@@ -50,12 +50,13 @@ if ($notes) {
50
text-align: center;
51
}"
52
".example {
53
- width: 90vw;
+ width: 100%;
54
55
56
".sampleCode {
57
text-align: left;
58
width: 60ch;
59
+ font-size: .8rem;
60
61
62
".example-outputs {
@@ -66,7 +67,7 @@ if ($notes) {
66
67
gap: 1.6em;
68
margin: 0.8em;
69
padding: 0.4em;
70
+ width: 90%;
71
72
"</style>"
73
#endregion Grid Styles
0 commit comments