Skip to content

Commit dc62895

Browse files
style: _includes/Help Trying Flex
1 parent f1489b5 commit dc62895

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

psturtle.com/_includes/Help.ps1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ if ($notes) {
4444
#region Grid Styles
4545
"<style>"
4646
".example-grid {
47-
display: grid;
48-
grid-template-columns: repeat(auto-fit, 66%);
49-
place-items: center;
47+
display: flex;
48+
flex-direction: row;
49+
align-items: center;
50+
justify-content: center;
5051
gap: 2.3em;
5152
padding: 1.5em;
5253
margin: 1.6em

0 commit comments

Comments
 (0)