Skip to content

Commit c2274e9

Browse files
style: _includes/Help width adjustment
1 parent 7f6d4dc commit c2274e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

psturtle.com/_includes/Help.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ if ($notes) {
4949
margin-right: auto;
5050
text-align: center;
5151
}"
52-
".example {
53-
max-width: 100%;
52+
".example {
5453
text-align: center;
5554
}"
5655
".sampleCode {
@@ -67,7 +66,7 @@ if ($notes) {
6766
gap: 1.5rem;
6867
margin: 0.8rem;
6968
padding: 0.4rem;
70-
width: 80%;
69+
width: 90vw;
7170
}"
7271
".example-output { text-align: center }"
7372
"</style>"

0 commit comments

Comments
 (0)