style: align videos if not full width

This commit is contained in:
Stevan Freeborn
2025-01-21 11:06:44 -06:00
parent 7ce9ae1f11
commit 5ef224dff5
+3 -1
View File
@@ -212,6 +212,8 @@
.markdown-body img,
.markdown-body video {
display: block;
margin: 0 auto;
border-radius: 0.5rem;
border-style: none;
max-width: 100%;
@@ -1211,4 +1213,4 @@
display: block;
overflow: auto;
padding: 1rem;
}
}