From 1c50f36f0d44df754a34d2ddc3be1dcd37525e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 20 Sep 2022 10:40:59 +0200 Subject: [PATCH] Fix About page pictures border radius and present section picture height --- src/style/pages/_about.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style/pages/_about.scss b/src/style/pages/_about.scss index 266bfb3..1f72167 100644 --- a/src/style/pages/_about.scss +++ b/src/style/pages/_about.scss @@ -3,6 +3,7 @@ overflow: hidden; background: $color-primary-tertiary20; border-radius: 8px; + transform: translateZ(0); @include bp (md) { border-radius: 16px; @@ -263,6 +264,9 @@ border-radius: 12px; } + :global(picture) { + height: 100%; + } :global(img) { display: block; width: 100%;