From f9ffd01d7cee9e9fdb8c796fcee5cc7a113e0e12 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Thu, 19 Aug 2021 15:34:20 +0100 Subject: [PATCH] update search bar styling --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index c76a7e5..34f51e2 100644 --- a/styles.css +++ b/styles.css @@ -75,9 +75,9 @@ blockquote * { #search { padding: 1em; - margin: 1em; + margin: 1em 0 1em 0; font-size: 1em; - width: auto; + width: 100%; } #results {