make images full width

This commit is contained in:
zoe 2022-09-16 16:11:27 +02:00
parent a238bb327f
commit 0145026f55
1 changed files with 4 additions and 0 deletions

View File

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