fix: adjust z-index values to prevent recipe card elements from overlapping header and add button

This commit is contained in:
2025-12-12 22:48:40 +01:00
parent 8a25305893
commit 4efc592ab8
2 changed files with 4 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ background-color: var(--red);
display: grid;
justify-content: center;
align-content: center;
z-index: 100;
}
@media screen and (max-width: 500px) {
.container{