Merge pull request #5 from ClovertaTheTrilobita/master

restrict img width
This commit is contained in:
ClovertaTheTrilobita 2026-03-25 19:42:15 +02:00 committed by GitHub
commit 5fcbc2d050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -135,3 +135,9 @@ html.dark {
.dark a:focus { .dark a:focus {
color: #c2deff; color: #c2deff;
} }
img {
max-width: 100%;
height: auto;
display: block;
}