This commit is contained in:
Tessier
2020-11-11 17:55:34 +01:00
parent 981091b3f4
commit 23e66d3cb0
292 changed files with 42371 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -44,6 +44,11 @@
@import "components/footer/footer.scss";
@import "components/leaflet/custom_leaflet.scss";
.no-flexbox .box { color: red; }
.flexbox .box { color: green; }
article img,
.side_notes img{
width: 100%;
@@ -69,7 +69,7 @@
if ($this.is('#ressource')) {
var hero = 'article .__wrapper .__hero';
var head = 'article .__wrapper .__head';
$(data).find(hero +','+ head).appendTo('.side_notes > div a').hide().fadeIn(200);
$("<div class='close'></div>").appendTo(".side_notes > div");