From c7e8ffa14395f5f5976842a3ccaa05c9b8b45a2c Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Sun, 11 Oct 2020 15:51:54 +0100 Subject: [PATCH] Better transition from Desktop to Mobile. --- .../Project2-BuildaSurveyForm/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/freeCodeCamp/responsive-web-design-projects/Project2-BuildaSurveyForm/style.css b/freeCodeCamp/responsive-web-design-projects/Project2-BuildaSurveyForm/style.css index 0476a15..4b7e085 100644 --- a/freeCodeCamp/responsive-web-design-projects/Project2-BuildaSurveyForm/style.css +++ b/freeCodeCamp/responsive-web-design-projects/Project2-BuildaSurveyForm/style.css @@ -19,6 +19,7 @@ form { color: #b83b5e; padding: 2%; width: 50%; + min-width: 450px; display: inline-block; text-align: left; font-size: large; @@ -53,5 +54,6 @@ footer { @media screen and (max-width: 500px) { form { width: 90%; + min-width: unset; } } \ No newline at end of file