restrict img width

This commit is contained in:
ClovertaTheTrilobita 2026-03-25 19:41:06 +02:00
parent efeffc28a9
commit 361f98e437

View file

@ -134,4 +134,10 @@ html.dark {
.dark a:hover, .dark a:hover,
.dark a:focus { .dark a:focus {
color: #c2deff; color: #c2deff;
}
img {
max-width: 100%;
height: auto;
display: block;
} }