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 4b8762b commit 852f527Copy full SHA for 852f527
psturtle.com/_includes/Help.ps1
@@ -50,24 +50,24 @@ if ($notes) {
50
text-align: center;
51
}"
52
".example {
53
- width: 100%;
+ max-width: 100%;
54
55
56
".sampleCode {
57
text-align: left;
58
width: 60ch;
59
- font-size: .8rem;
+ font-size: .9rem;
60
61
62
".example-outputs {
63
display: flex;
64
flex-direction: column;
65
align-items: center;
66
justify-content: center;
67
- gap: 1.6em;
68
- margin: 0.8em;
69
- padding: 0.4em;
70
- width: 90%;
+ gap: 1.5rem;
+ margin: 0.8rem;
+ padding: 0.4rem;
+ width: 80%;
71
72
"</style>"
73
#endregion Grid Styles
0 commit comments