Skip to content

Commit 1ebcaee

Browse files
committed
fix(demo): centering the correct and cool way (I love css grid...sometimes)
1 parent 943a4e1 commit 1ebcaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import HelloAstro from '../../../src/HelloAstro.astro';
2323
img, h1, h3, a {
2424
text-align: center;
2525
display: grid;
26-
align-items: center;
26+
place-items: center;
2727
}
2828

2929
img {

0 commit comments

Comments
 (0)