Skip to content

Commit

Permalink
style(junior): limit media size in introduction page
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelie-crouillebois committed Dec 18, 2024
1 parent 0cb87a4 commit 6a1e284
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions junior/app/styles/components/challenge/challenge-media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
}

&__loaded-image {
max-height: 650px;
max-width: 100%;

@include device-is('tablet') {
max-height: 500px;
}
}

&__loaded-image--hidden {
Expand Down

0 comments on commit 6a1e284

Please sign in to comment.