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; + } + } + + + +
+ + +