From 18be96943ea11e9bf5d3c9a3ebf1337c8e9fa02d Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 18 Jan 2022 13:10:29 +0100 Subject: [PATCH] Give the search bar a max width. --- source/scss/components/_search-bar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/scss/components/_search-bar.scss b/source/scss/components/_search-bar.scss index 765c062..1597a1d 100644 --- a/source/scss/components/_search-bar.scss +++ b/source/scss/components/_search-bar.scss @@ -1,4 +1,6 @@ .search-bar { + max-width: 70rem; + input[type='text'] { background-color: var(--background-2); border: 1px solid var(--foreground-1);