From 118dc7357c6fa758965f4dd6355e85b089bae344 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 21 Sep 2022 09:46:51 +0100 Subject: [PATCH] Added style media queries --- styles/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/styles/style.css b/styles/style.css index 9c7e5f2..978d491 100644 --- a/styles/style.css +++ b/styles/style.css @@ -56,6 +56,20 @@ body { padding-bottom: 5px; } +@media only screen and (min-width: 768px) { + .form-text-small { + width: 50%; + } + + .form-text-large { + width: 50%; + } + + .form-description { + width: 50%; + } +} + .lookup-button { background-color: #3c78d8; color: #f6f5f4;