docs: added video

This commit is contained in:
Leifer Mendez
2022-12-23 22:15:46 +01:00
parent 69557968ab
commit b336586de3
4 changed files with 35 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 KiB

View File

@@ -25,15 +25,15 @@
}
.slot h1 {
@apply my-2 font-semibold text-2xl;
@apply my-2 font-semibold text-3xl;
}
.slot h2 {
@apply my-2 font-semibold text-lg;
@apply my-2 font-semibold text-xl;
}
.slot h3 {
@apply my-2 font-semibold text-base;
@apply my-2 font-semibold text-lg;
}
.slot code {