added prose support

This commit is contained in:
2024-11-05 22:03:32 +01:00
parent 24244d31a1
commit 1bba2d03a9
17 changed files with 259 additions and 19 deletions

View File

@@ -1115,6 +1115,10 @@ video {
display: inline-flex;
}
.table {
display: table;
}
.grid {
display: grid;
}