let's try keeping images from getting too large
Ted Unangst tedu@tedunangst.com
Thu, 03 Oct 2019 16:20:11 -0400
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
views/style.css
→
views/style.css
@@ -228,6 +228,7 @@ background: $bg-page;
} img, video { max-width: 100%; + max-height: 600px; } img.emu { width: 2em;