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 f1489b5 commit dc62895Copy full SHA for dc62895
psturtle.com/_includes/Help.ps1
@@ -44,9 +44,10 @@ if ($notes) {
44
#region Grid Styles
45
"<style>"
46
".example-grid {
47
- display: grid;
48
- grid-template-columns: repeat(auto-fit, 66%);
49
- place-items: center;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
50
+ justify-content: center;
51
gap: 2.3em;
52
padding: 1.5em;
53
margin: 1.6em
0 commit comments