From b2fb48664e2de7c7cf259ed708b7b3e565e815de Mon Sep 17 00:00:00 2001 From: Preston Date: Thu, 26 Oct 2023 12:37:22 -0700 Subject: [PATCH] Update style.css --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style.css b/style.css index 5565b78..89c95ec 100644 --- a/style.css +++ b/style.css @@ -11,3 +11,14 @@ font-size: 15px; margin-top: 1px; } + +.search-container { + text-align: center; + margin-bottom: 20px; +} + +.results { + font-family: Arial; + text-align: center; + margin-top: 20px; +}