forked from cory/tildefriends
Wrapping issues.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3996 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@@ -14,7 +14,7 @@ a:hover {
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 640px;
|
||||
max-height: 480px;
|
||||
max-width: min(640px, 100%);
|
||||
max-height: min(480px, auto);
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user