ui: Center images on browsers supporting :has selector

This commit is contained in:
nemunaire 2022-11-05 18:17:08 +01:00
parent ad7ad37e7f
commit 2ace5e1e52

View File

@ -27,3 +27,6 @@ p img {
margin: auto;
max-width: 100%;
}
p:has(img) {
text-align: center;
}