Commit 4af626f0 authored by 박민석's avatar 박민석

update ui

parent 929b7bee
Pipeline #21564 passed with stages
in 3 minutes and 56 seconds
...@@ -116,7 +116,7 @@ body { ...@@ -116,7 +116,7 @@ body {
color: #333; color: #333;
font-family: inherit; font-family: inherit;
font-size: 0.95rem; font-size: 0.95rem;
/* width: 120px; */ width: 350px;
height: 45px; height: 45px;
border: 1px solid #dbdbdb; border: 1px solid #dbdbdb;
border-radius: 28px; border-radius: 28px;
...@@ -307,6 +307,7 @@ body { ...@@ -307,6 +307,7 @@ body {
@media screen and (max-width: 768.5px) { @media screen and (max-width: 768.5px) {
.navbar-brand .navbar-item.search { .navbar-brand .navbar-item.search {
width: 100%; width: 100%;
padding: 0;
} }
#search-field, #search-field,
...@@ -322,6 +323,10 @@ body { ...@@ -322,6 +323,10 @@ body {
.navbar-title-contents { .navbar-title-contents {
display: none; display: none;
} }
.navbar-logo {
margin-right: 0;
}
} }
/* @media screen and (min-width: 769px) { /* @media screen and (min-width: 769px) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment