1
0
Fork 0

Add background image to stories

master
Emil Miler 2 years ago
parent 76be8f60bf
commit 21bead68f4

@ -35,7 +35,7 @@ body {
}
.narrow {
max-width: 60rem;
max-width: 50rem;
margin: 0 auto;
}
@ -395,6 +395,10 @@ body.noscroll {
.stories {
padding-top: 5rem;
background-image: url("/static/img/bg/2.svg");
background-size: 100% auto;
background-position: center;
background-repeat: no-repeat;
&:before {
content: "";

@ -0,0 +1 @@
<svg width="3810.539" height="1338.541" viewBox="0 0 1008.205 354.156" xmlns="http://www.w3.org/2000/svg"><defs><filter style="color-interpolation-filters:sRGB" id="a" x="-.151" y="-.551" width="1.301" height="2.101"><feGaussianBlur stdDeviation="48.5949 38.6129" result="blur"/></filter></defs><path style="fill:#1d3141;fill-opacity:.6;stroke:#000;stroke-width:.264583;filter:url(#a)" d="M87.482 20.208c102.344 41.807 135.723 74.637 195.481 71.304 94.652-5.278 175.889-61.989 272.074-74.265 39.171-5 166.306 34.533 200.077 50.303 38.427 17.944 52.439 94.204-10.168 84.648-62.607-9.556-226.467-35.829-261.778-28.304-11.425 2.435-119.583 71.729-273.403 53.814-29.015-3.38-243.197-18.942-187.239-92.86 21.538-28.45-11.594-95.91 64.956-64.64z" transform="translate(103.514 80.69)"/></svg>

After

Width:  |  Height:  |  Size: 785 B

Loading…
Cancel
Save