fix image alignment
parent
dcbabaf99d
commit
af1bdb2ddb
|
@ -331,4 +331,8 @@ div.time-and-tags{
|
|||
.tandt {
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
}
|
||||
img {
|
||||
margin: auto;
|
||||
display: block;
|
||||
}
|
Loading…
Reference in New Issue