From 272773692fed02bb8251a23f8618bf2c1ed92c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 21 Apr 2020 21:47:39 +0200 Subject: [PATCH] Photo: Slightly bigger on smaller screens --- src/style/molecules/_photo.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/molecules/_photo.scss b/src/style/molecules/_photo.scss index 7da16be..c7ebd58 100644 --- a/src/style/molecules/_photo.scss +++ b/src/style/molecules/_photo.scss @@ -60,7 +60,7 @@ padding: 0; @media (min-aspect-ratio: 16/8) { - max-width: 944px; + max-width: 960px; } @media (min-aspect-ratio: 16/10) { max-width: 1000px;