Wrapping issues.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3996 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-10-05 02:11:46 +00:00
parent 25cc3d7c3a
commit e5dcff0200
6 changed files with 12 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ a:hover {
}
img {
max-width: 640px;
max-height: 480px;
max-width: min(640px, 100%);
max-height: min(480px, auto);
}
`;