Give the search bar a max width.
This commit is contained in:
parent
421c64cd49
commit
18be96943e
|
@ -1,4 +1,6 @@
|
|||
.search-bar {
|
||||
max-width: 70rem;
|
||||
|
||||
input[type='text'] {
|
||||
background-color: var(--background-2);
|
||||
border: 1px solid var(--foreground-1);
|
||||
|
|
Loading…
Reference in New Issue