Fix image width

master
Tanner Collin 2 years ago
parent 031c4603b3
commit 2a2676263e
  1. 1
      themes/theme/templates/style.css

@ -100,6 +100,7 @@ pre {
}
.content img {
width: 100%;
max-width: 36rem;
height: auto;
}

Loading…
Cancel
Save