We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687b782 commit df921e9Copy full SHA for df921e9
psturtle.com/_includes/Help.ps1
@@ -60,6 +60,7 @@ if ($notes) {
60
text-align: left;
61
max-width: 66%;
62
}"
63
+
64
".example-outputs {
65
display: flex;
66
flex-direction: column;
@@ -68,17 +69,8 @@ if ($notes) {
68
69
gap: 1.6em;
70
margin: 0.8em;
71
padding: 0.4em;
72
+ width: 80%;
73
-".exampleOutput { text-align: center }"
-"
74
-@media (orientation: landscape) {
75
- .example-output { width: 66%; }
76
-}
77
-
78
-@media (orientation: portrait) {
79
- .example-output { width: 50%; }
80
81
82
"</style>"
83
#endregion Grid Styles
84
0 commit comments