Skip to content

Commit

Permalink
Update Production (#95)
Browse files Browse the repository at this point in the history
* Update play-ahc-ws, play-ehcache, ... to 3.0.1 (#83)

* Update scalatestplus-play to 7.0.1 (#85)

* Update asciidoctorj to 2.5.11 (#84)

* Update sbt to 1.9.9 (#88)

* Update scala-library to 2.13.13 (#89)

* Update play-ahc-ws, play-ehcache, ... to 3.0.2 (#92)

* Update asciidoctorj to 2.5.12 (#93)

* fix: Correct the responsiveness of the iframe youtube (#94)

---------

Co-authored-by: Lunatech Ops <[email protected]>
Co-authored-by: Lucas Leblanc <[email protected]>
  • Loading branch information
3 people authored and Lucas committed Oct 7, 2024
1 parent 82a99be commit 77d2543
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/utils/components/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,10 @@ article {
height: 240px;
}
}
@include phone {
.videoblock iframe {
width: 100%;
height: 240px;
}
}
}

0 comments on commit 77d2543

Please sign in to comment.