From dd7666caf962010ef3d25460aea35cd3c8492a13 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Sun, 11 Oct 2020 15:45:17 +0100 Subject: [PATCH] Change to make the form look better on a phone --- .../Project2-BuildaSurveyForm/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/freeCodeCamp/responsive-web-design-projects/Project2-BuildaSurveyForm/style.css b/freeCodeCamp/responsive-web-design-projects/Project2-BuildaSurveyForm/style.css index 6659212..0476a15 100644 --- a/freeCodeCamp/responsive-web-design-projects/Project2-BuildaSurveyForm/style.css +++ b/freeCodeCamp/responsive-web-design-projects/Project2-BuildaSurveyForm/style.css @@ -48,4 +48,10 @@ input[type=submit] { footer { padding-top: 1rem; font-size: larger; +} + +@media screen and (max-width: 500px) { + form { + width: 90%; + } } \ No newline at end of file