Skip to content

Commit

Permalink
fix: noise wasn't the right size
Browse files Browse the repository at this point in the history
  • Loading branch information
benabraham committed Oct 30, 2023
1 parent 50501b2 commit df97de8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static_src/scss/custom-components/_PC-og.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

.PC-og-container {
background-image: url(/static/img/noise.svg), url(/static/img/header-bg.svg);
background-size: 96px, 100%;
background-blend-mode: soft-light, normal;
position: relative;
width: 1200px;
height: 630px;
Expand Down

0 comments on commit df97de8

Please sign in to comment.