📱 feature: responsive (and centered) images

This commit is contained in:
welpo 2023-02-18 17:44:29 +01:00
parent 78572af056
commit 06168d65be
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6

View file

@ -175,6 +175,8 @@ p {
}
img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}