Fix About page pictures border radius and present section picture height
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: $color-primary-tertiary20;
|
background: $color-primary-tertiary20;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
transform: translateZ(0);
|
||||||
|
|
||||||
@include bp (md) {
|
@include bp (md) {
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
@@ -263,6 +264,9 @@
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(picture) {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
:global(img) {
|
:global(img) {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user