Skip to content

Commit df921e9

Browse files
style: _includes/Help adjusting example-output sizes
1 parent 687b782 commit df921e9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

psturtle.com/_includes/Help.ps1

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ if ($notes) {
6060
text-align: left;
6161
max-width: 66%;
6262
}"
63+
6364
".example-outputs {
6465
display: flex;
6566
flex-direction: column;
@@ -68,17 +69,8 @@ if ($notes) {
6869
gap: 1.6em;
6970
margin: 0.8em;
7071
padding: 0.4em;
72+
width: 80%;
7173
}"
72-
".exampleOutput { text-align: center }"
73-
"
74-
@media (orientation: landscape) {
75-
.example-output { width: 66%; }
76-
}
77-
78-
@media (orientation: portrait) {
79-
.example-output { width: 50%; }
80-
}
81-
"
8274
"</style>"
8375
#endregion Grid Styles
8476

0 commit comments

Comments
 (0)