~singpolyma/post-part

9592ee11a74b8f1f9b72e5ca0160b4fdcc50568b — Stephen Paul Weber 2 years ago 2fc0833
Fix circle decoration layout
1 files changed, 6 insertions(+), 6 deletions(-)

M index.scss
M index.scss => index.scss +6 -6
@@ 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;
			}
		}
	}