UX: Fix improper aspect ratio for xkcd oneboxes

This commit is contained in:
Robin Ward 2017-05-12 13:21:20 -04:00
parent b92b654ea3
commit a9d5d2aee6
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ aside.onebox {
max-height: 170px;
max-width: 20%;
height: auto;
width: auto;
float: left;
margin-right: 10px;
}