diff --git a/assets/css/screen.css b/assets/css/screen.css index 7f3c233..f5cfc25 100755 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1372,8 +1372,9 @@ Media queries are used to make the website responsive and cool on mobile. the image has to be 42.8% wide to be 21:9. + we decided to go for 50% to be a little generous on small screens (21 : 9 looks good but 21 : 10 is good too). */ - max-height: 42.857vw; + max-height: 50vw; } .kg-gallery-image {