Stop images from overflowing on smaller screense

This commit is contained in:
Ole Eskild Steensen 2023-10-01 15:05:36 +02:00 committed by GitHub
parent e95e7be370
commit 0a98901ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,10 @@ body {
--graph-muted: var(--text-muted);
}
img {
max-width: 100%;
}
.content {
max-width: 700px;
margin: auto;