From e53597a10eacb93197698b9a858f31a343a58d9f Mon Sep 17 00:00:00 2001 From: Sumit Sahoo Date: Mon, 20 Nov 2023 20:20:04 +0530 Subject: [PATCH] Added prompt text to make the generated code responsive --- backend/prompts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/prompts.py b/backend/prompts.py index 3761404..54e9184 100644 --- a/backend/prompts.py +++ b/backend/prompts.py @@ -6,6 +6,7 @@ You might also be given a screenshot of a web page that you have already built, update it to look more like the reference image. - Make sure the app looks exactly like the screenshot. +- Make sure the code is responsive and works on a laptop, tablet, and phone. - Pay close attention to background color, text color, font size, font family, padding, margin, border, etc. Match the colors and sizes exactly. - Use the exact text from the screenshot.