diff --git a/junior/app/components/issue.gjs b/junior/app/components/issue.gjs index a03fedaa398..be8cd3b14f6 100644 --- a/junior/app/components/issue.gjs +++ b/junior/app/components/issue.gjs @@ -58,6 +58,6 @@ export default class Issue extends Component { >{{t "pages.error.backHome"}} - + } diff --git a/junior/app/styles/components/issue.scss b/junior/app/styles/components/issue.scss index 8a383435846..a1a6c31e542 100644 --- a/junior/app/styles/components/issue.scss +++ b/junior/app/styles/components/issue.scss @@ -53,11 +53,10 @@ } } -.logo { +.issue-logo { position: absolute; bottom: 15px; align-self: center; width: 129px; height: 80px; } -