Changer index.css pour centrer h1 au lieu de body #28

Merged
vlbeaudoin merged 1 commit from fix/center-h1-not-body into main 2023-03-24 18:56:40 -04:00
Showing only changes of commit 887e63777b - Show all commits

View file

@ -1,3 +1,3 @@
body { h1 {
text-align: center; text-align: center;
} }