Merge pull request 'added css img- display: block' (#85) from tom/openbsd-webzine:css into main

Reviewed-on: #85
This commit is contained in:
solene 2023-09-13 11:51:26 +00:00
commit b4b67ffc13
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;