diff --git a/recipes.html b/recipes.html index 5c1ca57..9e60741 100644 --- a/recipes.html +++ b/recipes.html @@ -1,188 +1,234 @@ - - - - so.mach.ich.das | Recipes - + + .card:hover { + transform: translate(-2px, -4px); + box-shadow: 16px 16px 0 rgba(32,33,37,.06); + } + + .card img { + max-width: 100%; + height: auto; + } + + .card .title { + font-weight: bold; + margin-top: 1.5em; + } + + .card .description { + line-height: 1.5em; + } + + .card a { + color: #1967d2; + font-size: .8em; + font-weight: 600; + } + + /* Responsives Design */ + @media (max-width: 768px) { + header { + flex-direction: column; + align-items: center; + text-align: center; + } + + .social-links { + width: 100%; + justify-content: center; + margin-top: 10px; + } + + .content { + flex-direction: column; + align-items: center; + } + + .text, .image { + width: 100%; + } + + .card { + max-width: 90%; + margin: 10px 0; + } + } +
@@ -206,20 +252,101 @@


- -
- Johannesbeeressig -

Johannesbeeressig

-

Verleihe deinem Salat eine außergewöhnliche Note mit selbstgemachtem Johannisbeeressig.

- See the recipe -
- - + + +
+
+
+
+ Johannesbeeressig +

Johannesbeeressig

+

Verleihe deinem Salat eine außergewöhnliche Note mit selbstgemachtem Johannisbeeressig.

+ See the recipe +
+
+ + +