diff --git a/src/features/nav/components/Navbar.vue b/src/features/nav/components/Navbar.vue
index 42e79a8..e417e15 100644
--- a/src/features/nav/components/Navbar.vue
+++ b/src/features/nav/components/Navbar.vue
@@ -15,9 +15,25 @@ limitations under the License.
-->
@@ -25,6 +41,12 @@ import logo from '@/assets/images/logo.svg';
+
-
@@ -66,4 +88,7 @@ import logo from '@/assets/images/logo.svg';
height: 24px;
width: auto;
}
+.search-bar {
+ width: 70%;
+}
\ No newline at end of file