From 4af626f095d699af95b605ac5c19abb06fb51522 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EB=B0=95=EB=AF=BC=EC=84=9D?=
 <mingr8@bagminseog-ui-MacBookAir.local>
Date: Sat, 19 Oct 2024 23:30:17 +0900
Subject: [PATCH] update ui

---
 src/css/header.css | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/css/header.css b/src/css/header.css
index c9cbb45..54abffe 100644
--- a/src/css/header.css
+++ b/src/css/header.css
@@ -116,7 +116,7 @@ body {
   color: #333;
   font-family: inherit;
   font-size: 0.95rem;
-  /* width: 120px; */
+  width: 350px;
   height: 45px;
   border: 1px solid #dbdbdb;
   border-radius: 28px;
@@ -307,6 +307,7 @@ body {
 @media screen and (max-width: 768.5px) {
   .navbar-brand .navbar-item.search {
     width: 100%;
+    padding: 0;
   }
 
   #search-field,
@@ -322,6 +323,10 @@ body {
   .navbar-title-contents {
     display: none;
   }
+
+  .navbar-logo {
+    margin-right: 0;
+  }
 }
 
 /* @media screen and (min-width: 769px) {
-- 
2.18.1