From 8ff87b3416769f5cc0b02e1702729405ea719d46 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 20 Sep 2022 21:22:58 +0100 Subject: [PATCH] Change margin to padding --- styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/style.css b/styles/style.css index 15085be..a213641 100644 --- a/styles/style.css +++ b/styles/style.css @@ -48,8 +48,8 @@ body { .form-description { color: #3c78d8; - margin-top: 5px; - margin-bottom: 5px; + padding-top: 5px; + padding-bottom: 5px; } .lookup-button {