From eabfdce30e6ca0be2f75abdb9c4dd892156ba143 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 21 Sep 2022 09:48:22 +0100 Subject: [PATCH] Changed styling --- styles/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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%; } }