added css img- display: block

This commit is contained in:
tom 2023-09-13 11:27:39 +00:00
parent a82369df3e
commit e04d4bb124
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ body {
}
img {
display: block;
max-width: 100%;
height: auto;
margin: auto;