We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f5371 commit 9c5d1abCopy full SHA for 9c5d1ab
src/App.css
@@ -75,7 +75,7 @@
75
display: flex;
76
flex-direction: column;
77
gap: 20px;
78
- width: 420px;
+ width: 450px;
79
overflow-y: auto;
80
}
81
src/components/SearchBar.css
@@ -6,7 +6,6 @@
6
padding: 20px;
7
border-radius: 8px;
8
box-shadow: 0 2px 8px var(--card-shadow);
9
- max-width: 400px;
10
11
12
.search-bar h2 {
0 commit comments