From c7374c32f8e742d090fdc159b0e3d5d6b5bebd2e Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 21 Sep 2022 09:39:33 +0100 Subject: [PATCH] Further form style changes --- styles/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/style.css b/styles/style.css index b526763..612f5a3 100644 --- a/styles/style.css +++ b/styles/style.css @@ -26,6 +26,7 @@ body { .form-text-small { text-align: center; border: black; + width: 80%; border-radius: 5px; padding: 10px; font-size: 18px; @@ -34,8 +35,8 @@ body { .form-text-large { text-align: left; border: black; - max-width: 80%; - height: 40px; + width: 80%; + height: 70px; border-radius: 5px; padding: 5px; font-size: 16px;