fix images size on home
authorsalimr <riwad.salim@yahoo.fr>
Thu, 20 Jun 2019 18:15:23 +0200
changeset 29 63056554a3d0
parent 28 1150866741ec
child 30 a136e07c24f2
fix images size on home
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 {