Skip to content

Commit 2cfdbd6

Browse files
style: _includes/Help Trying Flex
Centering text and adjusting example sizes
1 parent eac2228 commit 2cfdbd6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

psturtle.com/_includes/Help.ps1

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,18 @@ if ($notes) {
5353
margin: 1.6em
5454
}"
5555
".example {
56-
width: 66%;
56+
width: 50%;
57+
text-align: center;
5758
}"
59+
"
60+
@media (orientation: landscape) {
61+
.example { width: 60%; }
62+
}
63+
64+
@media (orientation: portrait) {
65+
.example { width: 42%; }
66+
}
67+
"
5868
"</style>"
5969
#endregion Grid Styles
6070

0 commit comments

Comments
 (0)