grgr 3 years ago
commit 82b654c85b

@ -48,7 +48,8 @@
.cover, .cover,
.contributions, .contributions,
.contribution, .contribution,
.index { .index,
.content img {
break-before: page; break-before: page;
} }

@ -149,6 +149,12 @@ dd {
object-fit: contain; object-fit: contain;
} }
.content img {
width: 100%;
object-fit: contain;
height: auto;
}
@namespace svg url(http://www.w3.org/2000/svg); @namespace svg url(http://www.w3.org/2000/svg);
/* Necessary to select only SVG <a> elements, and not also HTML's. /* Necessary to select only SVG <a> elements, and not also HTML's.
See warning below */ See warning below */

Loading…
Cancel
Save