center images
All checks were successful
/ weblog.lol (push) Successful in 9s

This commit is contained in:
Gordon Pedersen 2024-05-07 12:00:38 +10:00
parent 86b03e0438
commit d9f780e4b8

View file

@ -82,6 +82,9 @@ article {
margin-left: .75em; margin-left: .75em;
} }
article p:has(img) {
text-align: center;
}