We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943a4e1 commit 1ebcaeeCopy full SHA for 1ebcaee
demo/src/pages/index.astro
@@ -23,7 +23,7 @@ import HelloAstro from '../../../src/HelloAstro.astro';
23
img, h1, h3, a {
24
text-align: center;
25
display: grid;
26
- align-items: center;
+ place-items: center;
27
}
28
29
img {
0 commit comments