diff --git a/src/app/app.css b/src/app/app.css index 1dce62b..c933c7d 100644 --- a/src/app/app.css +++ b/src/app/app.css @@ -1,5 +1,5 @@ .header .header-row { - min-height: 360px; + min-height: 330px; } .header.sticky .header-row { @@ -28,4 +28,5 @@ .header.sticky .counter-statistic { opacity: 0; + margin: 0 !important; } \ No newline at end of file diff --git a/src/app/css/izi/components.css b/src/app/css/izi/components.css index 77b69a8..1c5b7a7 100644 --- a/src/app/css/izi/components.css +++ b/src/app/css/izi/components.css @@ -83,4 +83,30 @@ top: 6px; padding-left: 0px; } +} + +@media only screen and (max-width: 840px) +{ + .header-row { + flex-wrap: wrap; + align-content: flex-start; + justify-content: flex-start; + } + + .search-panel { + margin-left: inherit !important; + } + + .header .header-row { + min-height: 450px; + } + + .search-panel { + margin-top: 0px !important; + padding-left: 6px; + } + + .search-row { + min-width: 30em !important; + } } \ No newline at end of file diff --git a/src/app/search.js b/src/app/search.js index b662e2b..554f9a7 100644 --- a/src/app/search.js +++ b/src/app/search.js @@ -256,7 +256,7 @@ class Search extends Component { return (