Skip to content

Commit 6854da9

Browse files
style: _includes/Help adjusting widths
1 parent 8e2479e commit 6854da9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

psturtle.com/_includes/Help.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ if ($notes) {
4444
#region Grid Styles
4545
"<style>"
4646
".example-grid {
47-
width: 90vh;
47+
width: 90vw;
4848
margin-left: auto;
4949
margin-right: auto;
5050
text-align: center;
5151
}"
5252
".example {
53-
width: 80%;
53+
width: 90vw;
5454
text-align: center;
5555
}"
5656
".sampleCode {
5757
text-align: left;
58-
max-width: 80%;
58+
width: 60ch;
5959
}"
6060

6161
".example-outputs {
@@ -66,7 +66,7 @@ if ($notes) {
6666
gap: 1.6em;
6767
margin: 0.8em;
6868
padding: 0.4em;
69-
width: 80%;
69+
width: 90vw;
7070
}"
7171
"</style>"
7272
#endregion Grid Styles

0 commit comments

Comments
 (0)