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

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

View file

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