Skip to content

Commit 8e2479e

Browse files
style: _includes/Help using blocks and adjusting sizes
1 parent c324f4d commit 8e2479e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

psturtle.com/_includes/Help.ps1

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,18 @@ if ($notes) {
4444
#region Grid Styles
4545
"<style>"
4646
".example-grid {
47-
margin: 1em
47+
width: 90vh;
48+
margin-left: auto;
49+
margin-right: auto;
50+
text-align: center;
4851
}"
4952
".example {
50-
width: 66%;
53+
width: 80%;
5154
text-align: center;
5255
}"
5356
".sampleCode {
5457
text-align: left;
55-
max-width: 66%;
58+
max-width: 80%;
5659
}"
5760

5861
".example-outputs {

0 commit comments

Comments
 (0)