forked from pepite/lunatech-blog-engine
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
4 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,4 +125,10 @@ article { | |
color: #C21823; | ||
} | ||
} | ||
@include phone { | ||
.videoblock iframe { | ||
width: 100%; | ||
height: 240px; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.9.8 | ||
sbt.version=1.9.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.0") | ||
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.2") | ||
addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2") | ||
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always |