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 8acd540 commit 08a0d89Copy full SHA for 08a0d89
1 file changed
psturtle.com/_includes/Help.ps1
@@ -62,15 +62,15 @@ if ($notes) {
62
}"
63
".sampleCode {
64
text-align: center;
65
- width: ${SampleCodeWidthLandscape}ch;
+ width: fit-content;
66
font-size: .9rem;
67
margin-left: auto;
68
margin-right: auto;
69
70
71
-"@media (orientation: portrait) {
+<#"@media (orientation: portrait) {
72
sampleCode { width: ${SampleCodeWidthPortrait}ch }
73
-}"
+}"#>
74
75
"code { text-align: left}"
76
0 commit comments