From 3d90c1f7c01884102254770ebbeaf03a30a78a52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 4 Nov 2016 15:22:13 +0100 Subject: [PATCH] Page box on mobile devices --- app/static/src/sass/modules/boxes/_page-box.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/src/sass/modules/boxes/_page-box.scss b/app/static/src/sass/modules/boxes/_page-box.scss index 52ee4cf4..1df17211 100644 --- a/app/static/src/sass/modules/boxes/_page-box.scss +++ b/app/static/src/sass/modules/boxes/_page-box.scss @@ -25,7 +25,7 @@ $module: ".page-box"; @include mq($until: xs) { @include fluid-aspect(4.5 8); - >img { + >img:first-child { width: 310%; left: -50%; max-width: none; -- 2.39.5