fix: videos in posts
This commit is contained in:
parent
9bee739a45
commit
67492cf73f
3 changed files with 14 additions and 0 deletions
|
@ -148,6 +148,11 @@ article {
|
|||
}
|
||||
}
|
||||
|
||||
video {
|
||||
max-width: 100%;
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
/* typo */
|
||||
p {
|
||||
margin-bottom: 1rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue