diff --git a/style.css b/style.css index 3459c18..e348622 100644 --- a/style.css +++ b/style.css @@ -2408,7 +2408,9 @@ html:not(.is-home) .cover-scroll-down { .leftbar-search-button { - padding-top: 0; + padding: 0 15px 15px 15px; + + margin-top: 0; transition: all 0.3s cubic-bezier(0.4, 0, 0, 1); @@ -2430,6 +2432,14 @@ html:not(.is-home) .cover-scroll-down { height: 30px; + padding: 0 !important; + + display: flex; + + align-items: center; + + justify-content: center; + transform: unset !important; text-transform: capitalize;