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

@ -331,4 +331,8 @@ div.time-and-tags{
.tandt {
width: fit-content;
height: fit-content;
}
img {
margin: auto;
display: block;
}