Fix up movie dsplay in weekly posts

This commit is contained in:
2023-05-14 18:02:19 +10:00
parent f697b23285
commit ed1b357b02
3 changed files with 10 additions and 2 deletions

View File

@@ -1226,6 +1226,14 @@ video {
width: 100%;
}
.w-3 {
width: 0.75rem;
}
.w-24 {
width: 6rem;
}
.max-w-3xl {
max-width: 48rem;
}