From fa418a44d9a3fb55ea197096ea1ab8ffa8986bd0 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 20 Sep 2022 21:16:37 +0100 Subject: [PATCH] Further form styling --- styles/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/styles/style.css b/styles/style.css index 2124cae..6f3e75e 100644 --- a/styles/style.css +++ b/styles/style.css @@ -26,7 +26,7 @@ body { .form-text-small { text-align: center; border: black; - border-radius: 20px; + border-radius: 5px; padding: 10px; font-size: 18px; } @@ -40,8 +40,9 @@ body { } .form-info { - font-size: 16px; - font-weight: bold; + font-size: 17px; + font-weight: bolder; + margin-bottom: 4px; } .lookup-button {