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);