From cef100ccc4e5933c83dc3e3d096b2b08843a0eb7 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Thu, 25 May 2023 08:47:57 -0400 Subject: [PATCH] Update search bar on documentation home --- css/everest.css | 7 ++++--- docs/home.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/css/everest.css b/css/everest.css index 5a09eea..c70b2c7 100644 --- a/css/everest.css +++ b/css/everest.css @@ -221,16 +221,17 @@ footer { } #myInput { - width: 50%; + width: 378px; font-size: 16px; - padding: 12px 20px 12px 20px; + padding: 10px; border: 2px solid #4a86e8ff; border-radius: 2px; margin-bottom: 12px; + background-color: #2C2C2C; } #myUL { - width: 50%; + width: 400px; list-style-type: none; padding: 0; margin: 0; diff --git a/docs/home.html b/docs/home.html index fe5a4ab..ed5781d 100644 --- a/docs/home.html +++ b/docs/home.html @@ -45,7 +45,7 @@ } } - +