Fix slight image resize issue

This commit is contained in:
quest
2022-09-13 01:24:12 -10:00
parent ee211f993f
commit 6406e4262c
17 changed files with 18 additions and 16 deletions

View File

@@ -67,6 +67,8 @@ a {
img {
display: block;
max-width: 100%;
width: auto;
height: auto;
&.left {
margin-right: auto;