Skip to content

Commit 852f527

Browse files
style: _includes/Help width and margin adjustments
1 parent 4b8762b commit 852f527

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

psturtle.com/_includes/Help.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,24 @@ if ($notes) {
5050
text-align: center;
5151
}"
5252
".example {
53-
width: 100%;
53+
max-width: 100%;
5454
text-align: center;
5555
}"
5656
".sampleCode {
5757
text-align: left;
5858
width: 60ch;
59-
font-size: .8rem;
59+
font-size: .9rem;
6060
}"
6161

6262
".example-outputs {
6363
display: flex;
6464
flex-direction: column;
6565
align-items: center;
6666
justify-content: center;
67-
gap: 1.6em;
68-
margin: 0.8em;
69-
padding: 0.4em;
70-
width: 90%;
67+
gap: 1.5rem;
68+
margin: 0.8rem;
69+
padding: 0.4rem;
70+
width: 80%;
7171
}"
7272
"</style>"
7373
#endregion Grid Styles

0 commit comments

Comments
 (0)