diff --git a/app/styles/components/_contribution-details.scss b/app/styles/components/_contribution-details.scss index 49dfb27..5cdc1e9 100644 --- a/app/styles/components/_contribution-details.scss +++ b/app/styles/components/_contribution-details.scss @@ -86,7 +86,7 @@ section#contribution-details { } } -// On small screens, hide contributor and contributions list when +// On small screens, hide intro text, contributor and contributions list when // showing details @include media-max(small) { #dashboard.with-details { @@ -94,4 +94,7 @@ section#contribution-details { display: none; } } + #intro.with-details { + display: none; + } } diff --git a/app/templates/dashboard.hbs b/app/templates/dashboard.hbs index 4aba212..6a5b81f 100644 --- a/app/templates/dashboard.hbs +++ b/app/templates/dashboard.hbs @@ -1,5 +1,5 @@ {{#if showIntroText}} -
+

Welcome to the contribution dashboard of the Kosmos project!