diff --git a/web-ui/src/main/resources/catalog/style/gn_search.less b/web-ui/src/main/resources/catalog/style/gn_search.less index 0d5efc5ac86..b65ac32a35b 100644 --- a/web-ui/src/main/resources/catalog/style/gn_search.less +++ b/web-ui/src/main/resources/catalog/style/gn_search.less @@ -19,9 +19,10 @@ margin-right: -60px; } .gcat-logo { + height: 100px; display: flex; flex-direction: row; - justify-content: space-between; + justify-content: center; padding: 0px 16px; & > div { flex-shrink: 1; @@ -31,6 +32,10 @@ max-width: 100%; } } + + @media (min-width: @screen-sm-max) { + height: 168px; + } } } //GEOCAT diff --git a/web-ui/src/main/resources/catalog/templates/top-toolbar-accessible.html b/web-ui/src/main/resources/catalog/templates/top-toolbar-accessible.html index 082f587b219..d9a60745c49 100644 --- a/web-ui/src/main/resources/catalog/templates/top-toolbar-accessible.html +++ b/web-ui/src/main/resources/catalog/templates/top-toolbar-accessible.html @@ -203,7 +203,7 @@ -
  • +