diff --git a/public/css/app.css b/public/css/app.css index 38385ff..6ee2d87 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -172,7 +172,7 @@ background-position-x: center; background-position-y: center; background-image: url("/img/gamethumbnails/1_1.png"); - background-size: contain; + background-size: cover; border-width: 0px; width: 100%; background-repeat: no-repeat; @@ -183,7 +183,7 @@ background-position-x: center; background-position-y: center; background-image: url("/img/gamethumbnails/1_1.png"); - background-size: contain; + background-size: cover; border-width: 0px; width: 100%; background-repeat: no-repeat; diff --git a/public/img/gamethumbnails/1_1.png b/public/img/gamethumbnails/1_1.png index 6d71947..8db4603 100644 Binary files a/public/img/gamethumbnails/1_1.png and b/public/img/gamethumbnails/1_1.png differ