diff --git a/src/App.vue b/src/App.vue
index 9c55f03..26c3b1d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -49,6 +49,12 @@ watch(colorScheme, val => updateColorScheme(val))
flex-grow: 1;
}
+@media (max-width: 48rem) {
+ .main-content {
+ --main-content-padding-x: 15px;
+ }
+}
+
#app-wrapper {
min-height: 100vh;
display: flex;
diff --git a/src/assets/icons/magnifying-glass.svg b/src/assets/icons/magnifying-glass.svg
new file mode 100644
index 0000000..52d98e6
--- /dev/null
+++ b/src/assets/icons/magnifying-glass.svg
@@ -0,0 +1,36 @@
+
+
+
\ No newline at end of file
diff --git a/src/features/search/components/Searchbar.vue b/src/features/search/components/Searchbar.vue
index 693096e..69a1fa7 100644
--- a/src/features/search/components/Searchbar.vue
+++ b/src/features/search/components/Searchbar.vue
@@ -15,6 +15,8 @@ limitations under the License.
-->