Fix About page pictures border radius and present section picture height

This commit is contained in:
2022-09-20 10:40:59 +02:00
parent 504bb4c41b
commit 1c50f36f0d

View File

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