Skip to content

Commit

Permalink
[BUGFIX] Positionner à gauche le logo sur la page de code école de Pi…
Browse files Browse the repository at this point in the history
…x Junior

 #10482
  • Loading branch information
pix-service-auto-merge authored Nov 6, 2024
2 parents 5a964c1 + 8b53e1a commit 440a358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion junior/app/components/issue.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ export default class Issue extends Component {
>{{t "pages.error.backHome"}}</PixButton>
</div>
</div>
<img src="/images/logo.svg" alt="Pix Junior" class="logo" />
<img src="/images/logo.svg" alt="Pix Junior" class="issue-logo" />
</template>
}
3 changes: 1 addition & 2 deletions junior/app/styles/components/issue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@
}
}

.logo {
.issue-logo {
position: absolute;
bottom: 15px;
align-self: center;
width: 129px;
height: 80px;
}

0 comments on commit 440a358

Please sign in to comment.