diff --git a/styles/style.css b/styles/style.css index 978d491..73bcbb2 100644 --- a/styles/style.css +++ b/styles/style.css @@ -51,11 +51,14 @@ body { .form-description { color: #0280e5; - width: 80%; padding-top: 5px; padding-bottom: 5px; } +.form-description p { + width: 80%; +} + @media only screen and (min-width: 768px) { .form-text-small { width: 50%; @@ -65,7 +68,7 @@ body { width: 50%; } - .form-description { + .form-description p { width: 50%; } }