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