diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 576b3c3..d30d3fb 100644 --- a/static/style.css +++ b/static/style.css @@ -566,7 +566,8 @@ h3,h4,h5,h6{ } .thumb-wrap .thumb{ - object-fit:fill; + display:block; + object-fit:contain; width:100%; height:100%; } |