📱 feature: responsive (and centered) images

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

View file

@ -174,6 +174,11 @@ p {
font-size: 1.2em;
}
img {
max-width: 100%;
height: auto;
}
@media only screen and (max-width: 1000px) {
.content {
max-width: var(--normal-layout-width);