1
Fork 0

Merge pull request #444 from PJ-Watson/FaceCircle_patch

Patch fix for face images
This commit is contained in:
Viktor Strate Kløvedal 2021-07-21 15:12:39 +02:00 committed by GitHub
commit 9cb90d4888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -21,3 +21,9 @@ html {
transform: scale(1, -1);
}
}
@layer base {
img {
max-width: revert;
}
}