Move media size to markdown-content

This commit is contained in:
Andy Smith
2025-05-19 13:52:45 -05:00
parent 9f36302f14
commit 2d73f243d2
2 changed files with 9 additions and 12 deletions
-12
View File
@@ -61,18 +61,6 @@
margin-block-end: 0;
}
}
img,
video,
embed,
object {
max-block-size: 32rem;
/* Links should hug media contained within */
a:has(&) {
display: inline-block;
}
}
}
.comment__content {
@@ -97,5 +97,14 @@
border-block-end-width: 3px;
font-weight: 700;
}
:where(img, video, embed, object) {
max-block-size: 32rem;
/* Links should hug media contained within */
a:has(&) {
display: inline-block;
}
}
}
}