fix image height

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-04-06 20:46:40 +00:00
parent 22e8544a85
commit 0d4d2d4092

View File

@ -117,4 +117,8 @@ hr {
margin-bottom: 20px;
border: 1px solid;
border-color: inherit;
}
img {
height: 1lh;
}