diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-08-08 10:04:44 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-08-08 10:04:44 -0300 |
commit | a58b9dd2c15b56fcb8697013afb86238af4ba374 (patch) | |
tree | 5452ac25ec0a277124700656291d19d923c94360 /src | |
parent | 69bfe1697e5513d49b3dcf1e64a0e82c512cbdc8 (diff) |
css: fit any .image-container to parent .square
Diffstat (limited to 'src')
-rw-r--r-- | src/static/site4.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/site4.css b/src/static/site4.css index fc4f148d..dd6f104e 100644 --- a/src/static/site4.css +++ b/src/static/site4.css @@ -558,7 +558,7 @@ a.box img { height: auto; } -a.box .image-container.placeholder-image { +a.box .square .image-container { width: 100%; height: 100%; } |