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 8e2479e commit 6854da9Copy full SHA for 6854da9
psturtle.com/_includes/Help.ps1
@@ -44,18 +44,18 @@ if ($notes) {
44
#region Grid Styles
45
"<style>"
46
".example-grid {
47
- width: 90vh;
+ width: 90vw;
48
margin-left: auto;
49
margin-right: auto;
50
text-align: center;
51
}"
52
".example {
53
- width: 80%;
54
55
56
".sampleCode {
57
text-align: left;
58
- max-width: 80%;
+ width: 60ch;
59
60
61
".example-outputs {
@@ -66,7 +66,7 @@ if ($notes) {
66
gap: 1.6em;
67
margin: 0.8em;
68
padding: 0.4em;
69
70
71
"</style>"
72
#endregion Grid Styles
0 commit comments