Patch fix for face images

Patches up the x offset for face circle images on the people page, where the Tailwind base style overrides the existing layout.
This commit is contained in:
PJ-Watson
2021-07-21 13:42:25 +01:00
committed by GitHub
parent 5e7d442da8
commit 2a313ae3b7

View File

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