add image style

This commit is contained in:
yzfly
2023-03-21 17:00:55 +08:00
parent ef2fe977cc
commit 4b8027243e

6
.gt-post-content Normal file
View File

@ -0,0 +1,6 @@
img[src*="#w50"] {
display: block;
width: 50%;
height: auto;
margin: auto;
}