Skip to content

Commit df97de8

Browse files
committed
fix: noise wasn't the right size
1 parent 50501b2 commit df97de8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

static_src/scss/custom-components/_PC-og.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
.PC-og-container {
66
background-image: url(/static/img/noise.svg), url(/static/img/header-bg.svg);
7+
background-size: 96px, 100%;
8+
background-blend-mode: soft-light, normal;
79
position: relative;
810
width: 1200px;
911
height: 630px;

0 commit comments

Comments
 (0)