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%;