1
Fork 0

Give the search bar a max width.

This commit is contained in:
Bauke 2022-01-18 13:10:29 +01:00
parent 421c64cd49
commit 18be96943e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
.search-bar {
max-width: 70rem;
input[type='text'] {
background-color: var(--background-2);
border: 1px solid var(--foreground-1);