fix: videos in posts

This commit is contained in:
trisua 2025-04-26 22:34:58 -04:00
parent 9bee739a45
commit 67492cf73f
3 changed files with 14 additions and 0 deletions

View file

@ -148,6 +148,11 @@ article {
}
}
video {
max-width: 100%;
border-radius: var(--radius);
}
/* typo */
p {
margin-bottom: 1rem;