make images full width

This commit is contained in:
zoe 2022-09-16 16:11:27 +02:00
parent a238bb327f
commit 0145026f55

View file

@ -43,6 +43,10 @@ hr,
margin-left: 24%;
}
img {
width: 100%;
}
#content img
{
display: block;