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 e5cc347 commit 0db089bCopy full SHA for 0db089b
psturtle.com/_includes/Help.ps1
@@ -53,20 +53,21 @@ if ($notes) {
53
margin: 1.5em
54
}"
55
".example {
56
- width: 50%;
57
- text-align: center;
+ width: 66%;
+ text-align: center
58
59
".sampleCode {
60
text-align: left;
61
max-width: 66%;
62
63
+".exampleOutput { text-align: center }"
64
"
65
@media (orientation: landscape) {
- .example { width: 60%; }
66
+ .example-output { width: 66%; }
67
}
68
69
@media (orientation: portrait) {
- .example { width: 42%; }
70
+ .example-output { width: 50%; }
71
72
73
"</style>"
0 commit comments