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 {