# HG changeset patch # User salimr # Date 1561047323 -7200 # Node ID 63056554a3d09de6cdf5d2bd05a92b14cbaa0b7e # Parent 1150866741eca9b252aeee2db6ba88cccedbd239 fix images size on home diff -r 1150866741ec -r 63056554a3d0 src/web/app/themes/twentynineteen-child/style.css --- a/src/web/app/themes/twentynineteen-child/style.css Tue Jun 18 11:46:50 2019 +0200 +++ b/src/web/app/themes/twentynineteen-child/style.css Thu Jun 20 18:15:23 2019 +0200 @@ -134,6 +134,8 @@ .entry .post-thumbnail .post-thumbnail-inner img { position: relative; + width: 100%; + height: 100%; } .image-filters-enabled .entry .post-thumbnail:before {