Skip to content

Commit 0db089b

Browse files
style: _includes/Help adjusting width constraints
1 parent e5cc347 commit 0db089b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

psturtle.com/_includes/Help.ps1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,21 @@ if ($notes) {
5353
margin: 1.5em
5454
}"
5555
".example {
56-
width: 50%;
57-
text-align: center;
56+
width: 66%;
57+
text-align: center
5858
}"
5959
".sampleCode {
6060
text-align: left;
6161
max-width: 66%;
6262
}"
63+
".exampleOutput { text-align: center }"
6364
"
6465
@media (orientation: landscape) {
65-
.example { width: 60%; }
66+
.example-output { width: 66%; }
6667
}
6768
6869
@media (orientation: portrait) {
69-
.example { width: 42%; }
70+
.example-output { width: 50%; }
7071
}
7172
"
7273
"</style>"

0 commit comments

Comments
 (0)