diff --git a/frontend/src/semantic-search/semantic-search-template.hbs b/frontend/src/semantic-search/semantic-search-template.hbs index 28e98584..8fa4371e 100644 --- a/frontend/src/semantic-search/semantic-search-template.hbs +++ b/frontend/src/semantic-search/semantic-search-template.hbs @@ -1,4 +1,3 @@ -

{{#i18n 'semsearch-title'}}Semantic search{{/i18n}}

{{#i18n 'semsearch-subtitle'}}Find linked data items based on semantic features{{/i18n}}
diff --git a/frontend/src/style/_bulma-custom.sass b/frontend/src/style/_bulma-custom.sass index 44f65212..5da4afc2 100644 --- a/frontend/src/style/_bulma-custom.sass +++ b/frontend/src/style/_bulma-custom.sass @@ -32,7 +32,7 @@ @import "bulma/sass/components/navbar" @import "bulma/sass/components/pagination" // @import "bulma/sass/components/panel" -// @import "bulma/sass/components/tabs" +@import "bulma/sass/components/tabs" @import "bulma/sass/grid/columns" // @import "bulma/sass/grid/tiles" diff --git a/frontend/src/style/welcome.sass b/frontend/src/style/welcome.sass index 057edd4a..08d7e43a 100644 --- a/frontend/src/style/welcome.sass +++ b/frontend/src/style/welcome.sass @@ -3,7 +3,6 @@ margin: 6% auto .notfound img max-height: 40vh - -.welcome .searchbox - margin: 30px auto - width: 85% + .searchbox, .rit-semantic-search, .tabs + margin: 30px auto + width: 85% diff --git a/frontend/src/welcome/welcome-template.hbs b/frontend/src/welcome/welcome-template.hbs index 26433d8f..d3098940 100644 --- a/frontend/src/welcome/welcome-template.hbs +++ b/frontend/src/welcome/welcome-template.hbs @@ -1,5 +1,23 @@