fix image alignment

main
CrimsonTome 2022-09-04 20:52:12 +00:00 committed by Matt Clark
parent dcbabaf99d
commit af1bdb2ddb
1 changed files with 4 additions and 0 deletions

View File

@ -332,3 +332,7 @@ div.time-and-tags{
width: fit-content;
height: fit-content;
}
img {
margin: auto;
display: block;
}