@@ 136,13 136,13 @@ body > p {
&:before {
display: block;
- background: url(assets/img/WOMAN-OVAL.png) no-repeat center;
+ background: url(assets/img/WOMAN-OVAL.png) no-repeat top;
background-size: contain;
- height: 50vh;
+ height: #{$column-width/2};
width: 10vw;
content: "";
position: absolute;
- top: -5vh;
+ top: -2vw;
left: -3vw;
z-index: -1;
transform: scaleX(-1);
@@ 152,12 152,12 @@ body > p {
display: block;
background: url(assets/img/WOMAN-OVAL.png) no-repeat center;
background-size: contain;
- height: 30vh;
+ height: #{$column-width/3};
width: 10vw;
content: "";
position: absolute;
- bottom: -5vh;
- right: 3vw;
+ bottom: 0;
+ right: 0;
}
}
}