ui: Center images on browsers supporting :has selector
This commit is contained in:
parent
ad7ad37e7f
commit
2ace5e1e52
@ -27,3 +27,6 @@ p img {
|
||||
margin: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
p:has(img) {
|
||||
text-align: center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user