diff --git a/src/app/app.css b/src/app/app.css index 265a0ca..d6b411e 100644 --- a/src/app/app.css +++ b/src/app/app.css @@ -29,4 +29,13 @@ .header.sticky .counter-statistic { opacity: 0; margin: 0 !important; +} + +.header .search-panel { + transition: 1s; + margin-bottom: 180px; +} + +.header.sticky .search-panel { + margin-bottom: 0px; } \ No newline at end of file diff --git a/src/app/header.js b/src/app/header.js index bf93d0d..018ca8b 100644 --- a/src/app/header.js +++ b/src/app/header.js @@ -250,7 +250,6 @@ class Header extends React.Component {