Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scala#2812: update author-image width
Fixing author-image to be bound to 100px max. Fixes: scala#2812 With: ``` width:100px height:auto ``` On firefox, the image is scaled to be 100x100. However on chrome, it ends up being 200x100. Since we wan't to fix the width to 100px (from that original css), I've updated the max-width and max-height to be 100, so the image is always squared.
- Loading branch information