Skip to content

Commit

Permalink
feature: makes molding fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Knolseisen authored and Rodrigo Knolseisen committed Oct 24, 2024
1 parent bc07f86 commit 1c3451c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/_includes/organisms/molding/molding.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.molding {
background: var(--color-blue-50);
background-image: url("/image/pattern/wave.svg");
background-size: auto;
background-attachment: fixed;
margin: var(--base-size);
margin-bottom: 0;
padding: 1rem;
Expand Down Expand Up @@ -35,10 +37,10 @@
var(--color-blue-50) 40%
);
}

.molding .container {
-webkit-backdrop-filter: initial;
backdrop-filter: initial;
padding: 1rem;
}
}
}

0 comments on commit 1c3451c

Please sign in to comment.