Skip to content

Commit 4b8762b

Browse files
style: _includes/Help width adjustments
1 parent ed0b85c commit 4b8762b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

psturtle.com/_includes/Help.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ if ($notes) {
5050
text-align: center;
5151
}"
5252
".example {
53-
width: 90vw;
53+
width: 100%;
5454
text-align: center;
5555
}"
5656
".sampleCode {
5757
text-align: left;
5858
width: 60ch;
59+
font-size: .8rem;
5960
}"
6061

6162
".example-outputs {
@@ -66,7 +67,7 @@ if ($notes) {
6667
gap: 1.6em;
6768
margin: 0.8em;
6869
padding: 0.4em;
69-
width: 90vw;
70+
width: 90%;
7071
}"
7172
"</style>"
7273
#endregion Grid Styles

0 commit comments

Comments
 (0)