From 0500af3f6066239ffc6bdbda6746b4599ab44582 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 29 May 2025 17:27:13 +0200 Subject: [PATCH] neu --- recipes.html | 352 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 352 insertions(+) diff --git a/recipes.html b/recipes.html index 9e60741..2003a37 100644 --- a/recipes.html +++ b/recipes.html @@ -200,6 +200,237 @@ 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; + } + } + + + + + + + Suche auf der Website +