diff --git a/frontend/src/css/header.css b/frontend/src/css/header.css index 3a623424..51cc71f6 100644 --- a/frontend/src/css/header.css +++ b/frontend/src/css/header.css @@ -84,9 +84,11 @@ header .menu-button { #search #input { background-color: #f5f5f5; display: flex; - padding: 0.75em; + height: 3em; + padding: 0em 0.75em 0.0em 0.75em; border-radius: 0.3em; transition: .1s ease all; + align-items: center; z-index: 2; }