diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-09-11 15:13:54 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-09-11 15:13:54 -0300 |
commit | 44f1442bf28bac7b07ac25c1ea15c6b3a9d1223a (patch) | |
tree | aaeddb24977e8bc66dc17f2246d8d556fcb733d5 /src | |
parent | 8a23eb5888242d6243eb6954d7d68622c24bdbcd (diff) |
css: give square images a self-confidence boost
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 f79c0c2d..ab8976bc 100644 --- a/src/static/site4.css +++ b/src/static/site4.css @@ -558,7 +558,7 @@ a.box img { height: auto; } -a.box .square .image-container { +.square .image-container { width: 100%; height: 100%; } |