Don't show intro text on details page

This commit is contained in:
2019-11-28 21:59:07 +01:00
parent bb4a64e957
commit 6f99e8abd3
2 changed files with 5 additions and 2 deletions
@@ -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;
}
}