Added recipes images

This commit is contained in:
2026-02-01 22:23:24 +01:00
parent c34dcae89d
commit a26c3645ac
37 changed files with 719 additions and 234 deletions

View File

@@ -69,7 +69,7 @@ h1 {
font-family: "Fredoka", sans-serif;
font-size: 4.5rem;
font-weight: 700;
color: var(--cognac);
color: var(--deep-red);
margin-bottom: 0.5rem;
letter-spacing: -0.02em;
text-shadow:
@@ -375,6 +375,7 @@ h2 {
width: 30%;
min-width: 30%;
max-width: 30%;
margin-left: 0.5rem;
}
.recipe-img img {
@@ -415,7 +416,7 @@ h2 {
width: 120px;
padding: 0.2rem 0.3rem;
font-family: "Fredoka", sans-serif;
font-size: 0.5rem;
font-size: 0.8rem;
background: linear-gradient(135deg, var(--deep-red) 0%, var(--cognac) 100%);
color: white;
border: none;